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

Unified Diff: services/device/battery/battery_monitor_impl_unittest.cc

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
« no previous file with comments | « services/device/battery/battery_monitor_impl.cc ('k') | services/device/battery/battery_status_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/battery/battery_monitor_impl_unittest.cc
diff --git a/services/device/battery/battery_monitor_impl_unittest.cc b/services/device/battery/battery_monitor_impl_unittest.cc
index 86d5ac18b084c012a2dfbc85542c4d2771aef182..f367b0a8a93cd061936f2617cfd8f2619b420604 100644
--- a/services/device/battery/battery_monitor_impl_unittest.cc
+++ b/services/device/battery/battery_monitor_impl_unittest.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/battery/battery_monitor_impl.h"
+#include "services/device/battery/battery_monitor_impl.h"
#include <utility>
#include "base/macros.h"
#include "base/run_loop.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "device/battery/battery_monitor.mojom.h"
-#include "device/battery/battery_status_manager.h"
-#include "device/battery/battery_status_service.h"
+#include "services/device/battery/battery_status_manager.h"
+#include "services/device/battery/battery_status_service.h"
#include "services/device/device_service_test_base.h"
+#include "services/device/public/interfaces/battery_monitor.mojom.h"
#include "services/device/public/interfaces/constants.mojom.h"
// These tests run against the implementation of the BatteryMonitor interface
« no previous file with comments | « services/device/battery/battery_monitor_impl.cc ('k') | services/device/battery/battery_status_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698