| Index: services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h
|
| diff --git a/device/power_monitor/public/cpp/power_monitor_broadcast_source.h b/services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h
|
| similarity index 78%
|
| rename from device/power_monitor/public/cpp/power_monitor_broadcast_source.h
|
| rename to services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h
|
| index 2a4c94a0957bc3de742003b8a0e92a3e878ef3e4..5f8f06ec379b347f6d5c907e7f8d97965c6a1973 100644
|
| --- a/device/power_monitor/public/cpp/power_monitor_broadcast_source.h
|
| +++ b/services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
| -#define DEVICE_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
| +#ifndef SERVICES_DEVICE_PUBLIC_CPP_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
| +#define SERVICES_DEVICE_PUBLIC_CPP_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/power_monitor/power_monitor_source.h"
|
| -#include "device/power_monitor/public/interfaces/power_monitor.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| +#include "services/device/public/interfaces/power_monitor.mojom.h"
|
| #include "services/service_manager/public/cpp/interface_provider.h"
|
|
|
| namespace device {
|
| @@ -36,4 +36,4 @@ class PowerMonitorBroadcastSource : public base::PowerMonitorSource,
|
|
|
| } // namespace device
|
|
|
| -#endif // DEVICE_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
| +#endif // SERVICES_DEVICE_PUBLIC_CPP_POWER_MONITOR_POWER_MONITOR_BROADCAST_SOURCE_H_
|
|
|