// 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_ |