Index: ash/system/power/tray_power.cc |
diff --git a/ash/common/system/chromeos/power/tray_power.cc b/ash/system/power/tray_power.cc |
similarity index 94% |
rename from ash/common/system/chromeos/power/tray_power.cc |
rename to ash/system/power/tray_power.cc |
index 7d071ed461fcccf986a3639853491ec9a3f1836e..ffc83302ecea9d448a61887009b200eb230a0aa1 100644 |
--- a/ash/common/system/chromeos/power/tray_power.cc |
+++ b/ash/system/power/tray_power.cc |
@@ -2,23 +2,23 @@ |
// 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/tray_power.h" |
+#include "ash/system/power/tray_power.h" |
#include <utility> |
-#include "ash/common/accessibility_delegate.h" |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/system/chromeos/devicetype_utils.h" |
-#include "ash/common/system/chromeos/power/battery_notification.h" |
-#include "ash/common/system/chromeos/power/dual_role_notification.h" |
-#include "ash/common/system/date/date_view.h" |
-#include "ash/common/system/system_notifier.h" |
-#include "ash/common/system/tray/system_tray_delegate.h" |
-#include "ash/common/system/tray/tray_constants.h" |
-#include "ash/common/system/tray/tray_item_view.h" |
-#include "ash/common/system/tray/tray_utils.h" |
+#include "ash/accessibility_delegate.h" |
+#include "ash/ash_switches.h" |
#include "ash/resources/grit/ash_resources.h" |
#include "ash/strings/grit/ash_strings.h" |
+#include "ash/system/date/date_view.h" |
+#include "ash/system/devicetype_utils.h" |
+#include "ash/system/power/battery_notification.h" |
+#include "ash/system/power/dual_role_notification.h" |
+#include "ash/system/system_notifier.h" |
+#include "ash/system/tray/system_tray_delegate.h" |
+#include "ash/system/tray/tray_constants.h" |
+#include "ash/system/tray/tray_item_view.h" |
+#include "ash/system/tray/tray_utils.h" |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "base/metrics/histogram.h" |