blob: afb3478d0618d38360c09c6ea6f9cd4d01391cc2 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_UPDATER_REGISTRATION_DATA_H_
#define CHROME_UPDATER_REGISTRATION_DATA_H_
#include "chrome/updater/mojom/updater_service.mojom.h"
namespace updater {
using RegistrationRequest = updater::mojom::RegistrationRequest;
} // namespace updater
#endif // CHROME_UPDATER_REGISTRATION_DATA_H_