Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h

Issue 2678373003: [DeviceService] Move PowerMonitor interfaces, client lib, impl to live in Device Service (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698