| Index: ash/common/system/chromeos/power/battery_notification.cc
|
| diff --git a/ash/system/chromeos/power/battery_notification.cc b/ash/common/system/chromeos/power/battery_notification.cc
|
| similarity index 95%
|
| rename from ash/system/chromeos/power/battery_notification.cc
|
| rename to ash/common/system/chromeos/power/battery_notification.cc
|
| index ba52245372c9328ddb9c0ab7a2655faabfab4af3..67cf3959c4d1a7b48aefc3f88da785644e5c0a70 100644
|
| --- a/ash/system/chromeos/power/battery_notification.cc
|
| +++ b/ash/common/system/chromeos/power/battery_notification.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/chromeos/power/battery_notification.h"
|
| +#include "ash/common/system/chromeos/power/battery_notification.h"
|
|
|
| -#include "ash/system/chromeos/power/power_status.h"
|
| -#include "ash/system/system_notifier.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
| +#include "ash/common/system/system_notifier.h"
|
| #include "base/i18n/message_formatter.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|