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

Unified Diff: services/device/battery/battery_status_manager_linux-inl.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_linux-inl.h
diff --git a/device/battery/battery_status_manager_linux-inl.h b/services/device/battery/battery_status_manager_linux-inl.h
similarity index 84%
rename from device/battery/battery_status_manager_linux-inl.h
rename to services/device/battery/battery_status_manager_linux-inl.h
index d045dba344582f3259354851671f4fa6698850ca..347019a2f85fb81f53b5628036057e8c1446d91b 100644
--- a/device/battery/battery_status_manager_linux-inl.h
+++ b/services/device/battery/battery_status_manager_linux-inl.h
@@ -2,8 +2,8 @@
// 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_LINUX_INL_H_
-#define DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
+#ifndef SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
+#define SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
namespace device {
const char kUPowerInterfaceName[] = "org.freedesktop.UPower";
@@ -25,4 +25,4 @@ const char kUPowerDevicePropertyType[] = "Type";
const char kUPowerDeviceSignalChanged[] = "Changed";
} // namespace device
-#endif // DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
+#endif // SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_

Powered by Google App Engine
This is Rietveld 408576698