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

Unified Diff: ash/system/chromeos/multi_user/user_switch_util_unittest.cc

Issue 2148593004: mash: Move StatusTray and StatusAreaWidget to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@traydisplay
Patch Set: cleanup test Created 4 years, 5 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: ash/system/chromeos/multi_user/user_switch_util_unittest.cc
diff --git a/ash/system/chromeos/multi_user/user_switch_util_unittest.cc b/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
index ef2f691ee2b6f711c5df98b5a5eb8bd5f151af37..0bdcc9a59ee62a0eea83a14e34ec72eb57dba242 100644
--- a/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
+++ b/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "ash/common/system/chromeos/screen_security/screen_tray_item.h"
+#include "ash/common/system/tray/system_tray.h"
#include "ash/shell.h"
#include "ash/system/chromeos/multi_user/user_switch_util.h"
-#include "ash/system/tray/system_tray.h"
#include "ash/test/ash_test_base.h"
namespace ash {

Powered by Google App Engine
This is Rietveld 408576698