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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index 722d71a8d2a985bd783f28a3171dd6206149a191..cf665e793d4343786ab5d2649bf2872ad27ad86c 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -13,18 +13,18 @@
#include <utility>
#include <vector>
-#include "ash/common/login_status.h"
-#include "ash/common/shell_delegate.h"
-#include "ash/common/system/chromeos/bluetooth/bluetooth_observer.h"
-#include "ash/common/system/chromeos/power/power_status.h"
-#include "ash/common/system/chromeos/session/logout_button_observer.h"
-#include "ash/common/system/date/clock_observer.h"
-#include "ash/common/system/ime/ime_observer.h"
-#include "ash/common/system/tray/system_tray_notifier.h"
-#include "ash/common/system/tray_accessibility.h"
-#include "ash/common/system/user/user_observer.h"
-#include "ash/common/wm_shell.h"
-#include "ash/system/chromeos/rotation/tray_rotation_lock.h"
+#include "ash/login_status.h"
+#include "ash/shell_delegate.h"
+#include "ash/system/bluetooth/bluetooth_observer.h"
+#include "ash/system/date/clock_observer.h"
+#include "ash/system/ime/ime_observer.h"
+#include "ash/system/power/power_status.h"
+#include "ash/system/rotation/tray_rotation_lock.h"
+#include "ash/system/session/logout_button_observer.h"
+#include "ash/system/tray/system_tray_notifier.h"
+#include "ash/system/tray_accessibility.h"
+#include "ash/system/user/user_observer.h"
+#include "ash/wm_shell.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698