| 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%
|
| copy from ash/system/power/power_supply_status.cc
|
| copy 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
|
|
|