Index: ash/system/power/battery_notification.cc |
diff --git a/ash/common/system/chromeos/power/battery_notification.cc b/ash/system/power/battery_notification.cc |
similarity index 95% |
rename from ash/common/system/chromeos/power/battery_notification.cc |
rename to ash/system/power/battery_notification.cc |
index 23395ff2a312c8c2930f8ca705fb7abf6e6a5402..760f34c17394c9ea6fef81a7b7c66b794844470a 100644 |
--- a/ash/common/system/chromeos/power/battery_notification.cc |
+++ b/ash/system/power/battery_notification.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/common/system/chromeos/power/battery_notification.h" |
+#include "ash/system/power/battery_notification.h" |
-#include "ash/common/system/chromeos/power/power_status.h" |
-#include "ash/common/system/system_notifier.h" |
#include "ash/resources/grit/ash_resources.h" |
#include "ash/strings/grit/ash_strings.h" |
+#include "ash/system/power/power_status.h" |
+#include "ash/system/system_notifier.h" |
#include "base/i18n/message_formatter.h" |
#include "base/i18n/time_formatting.h" |
#include "base/strings/utf_string_conversions.h" |