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

Unified Diff: chromeos/dbus/power_supply_status.cc

Issue 9837075: Move power_supply_status.* from src/ash to src/chromeos (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix dependency position Created 8 years, 9 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
« chromeos/chromeos.gyp ('K') | « chromeos/dbus/power_supply_status.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/power_supply_status.cc
diff --git a/ash/system/power/power_supply_status.cc b/chromeos/dbus/power_supply_status.cc
similarity index 93%
rename from ash/system/power/power_supply_status.cc
rename to chromeos/dbus/power_supply_status.cc
index d1ad5dc9a06f4147d24b503a4e36dafa15974a24..cc0d9f293c352d881f72b196d1189a2bfbcd5ff7 100644
--- a/ash/system/power/power_supply_status.cc
+++ b/chromeos/dbus/power_supply_status.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/power/power_supply_status.h"
+#include "chromeos/dbus/power_supply_status.h"
#include "base/format_macros.h"
#include "base/stringprintf.h"
-namespace ash {
+namespace chromeos {
PowerSupplyStatus::PowerSupplyStatus()
: line_power_on(false),
@@ -41,4 +41,4 @@ std::string PowerSupplyStatus::ToString() const {
return result;
}
-} // namespace ash
+} // namespace chromeos
« chromeos/chromeos.gyp ('K') | « chromeos/dbus/power_supply_status.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698