Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1222)

Unified Diff: ash/system/power/tray_power.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/power/tray_power.h ('k') | ash/system/power/tray_power_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95%
rename from ash/common/system/chromeos/power/tray_power.cc
rename to ash/system/power/tray_power.cc
index 7d071ed461fcccf986a3639853491ec9a3f1836e..3cf6f61b6220f05b8b22436e985dca0687ef16a6 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/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"
« no previous file with comments | « ash/system/power/tray_power.h ('k') | ash/system/power/tray_power_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698