Index: ash/system/power/dual_role_notification.cc |
diff --git a/ash/common/system/chromeos/power/dual_role_notification.cc b/ash/system/power/dual_role_notification.cc |
similarity index 95% |
rename from ash/common/system/chromeos/power/dual_role_notification.cc |
rename to ash/system/power/dual_role_notification.cc |
index 7baaaa5700416c948916766a0472873d29f10714..5cc1aec58eb792baced8d08af14df1c856137535 100644 |
--- a/ash/common/system/chromeos/power/dual_role_notification.cc |
+++ b/ash/system/power/dual_role_notification.cc |
@@ -2,16 +2,16 @@ |
// 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/dual_role_notification.h" |
+#include "ash/system/power/dual_role_notification.h" |
#include <set> |
-#include "ash/common/system/chromeos/power/power_status.h" |
-#include "ash/common/system/system_notifier.h" |
-#include "ash/common/system/tray/system_tray_controller.h" |
#include "ash/common/wm_shell.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 "ash/system/tray/system_tray_controller.h" |
#include "base/strings/utf_string_conversions.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/l10n/time_format.h" |