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

Unified Diff: device/battery/battery_status_manager_default.cc

Issue 592153002: Replace Chrome IPC with Mojo IPC for querying BatteryStatus service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment. Created 6 years, 2 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 | « device/battery/battery_status_manager_chromeos.cc ('k') | device/battery/battery_status_manager_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/battery_status_manager_default.cc
diff --git a/content/browser/battery_status/battery_status_manager_default.cc b/device/battery/battery_status_manager_default.cc
similarity index 89%
rename from content/browser/battery_status/battery_status_manager_default.cc
rename to device/battery/battery_status_manager_default.cc
index d0ff732507644fa4fb8af1d9eef2817d5970a94c..90c6f8196890633fc6d581d1a3d5992558ee196e 100644
--- a/content/browser/battery_status/battery_status_manager_default.cc
+++ b/device/battery/battery_status_manager_default.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/battery_status/battery_status_manager.h"
+#include "device/battery/battery_status_manager.h"
#include "base/logging.h"
-namespace content {
+namespace device {
namespace {
@@ -37,4 +37,4 @@ scoped_ptr<BatteryStatusManager> BatteryStatusManager::Create(
new BatteryStatusManagerDefault(callback));
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/battery/battery_status_manager_chromeos.cc ('k') | device/battery/battery_status_manager_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698