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

Unified Diff: services/device/battery/battery_status_manager.h

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change Created 3 years, 8 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/battery/battery_status_manager.h
diff --git a/device/battery/battery_status_manager.h b/services/device/battery/battery_status_manager.h
similarity index 80%
rename from device/battery/battery_status_manager.h
rename to services/device/battery/battery_status_manager.h
index b80579bc6a3028c5bffafc1c6d75b7d19ae4f651..7ad595b548e0f2532fef15862e29ae665054baa7 100644
--- a/device/battery/battery_status_manager.h
+++ b/services/device/battery/battery_status_manager.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
-#define DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
+#ifndef SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
+#define SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
#include <memory>
-#include "device/battery/battery_status_service.h"
+#include "services/device/battery/battery_status_service.h"
namespace device {
@@ -33,4 +33,4 @@ class BatteryStatusManager {
} // namespace device
-#endif // DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
+#endif // SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_
« no previous file with comments | « services/device/battery/battery_monitor_impl_unittest.cc ('k') | services/device/battery/battery_status_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698