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

Unified Diff: device/battery/battery_status_manager_default.cc

Issue 457933002: Replace Chrome IPC with Mojo IPC for querying BatteryStatus service Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 3 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 cd037cf37c984e66d54b1d2a8d2fdf084e28f686..3b28a4f81246d1e77ffdafa8f32928b2afb13f6a 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