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

Unified Diff: chrome/browser/chromeos/shutdown_policy_browsertest.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: chrome/browser/chromeos/shutdown_policy_browsertest.cc
diff --git a/chrome/browser/chromeos/shutdown_policy_browsertest.cc b/chrome/browser/chromeos/shutdown_policy_browsertest.cc
index 13676315f14d3782378721484e5d54a73846454b..cb3f0ad915202d7540cff880d2e99c2f51deb2e3 100644
--- a/chrome/browser/chromeos/shutdown_policy_browsertest.cc
+++ b/chrome/browser/chromeos/shutdown_policy_browsertest.cc
@@ -8,10 +8,10 @@
#include "ash/common/login_status.h"
#include "ash/common/system/date/date_default_view.h"
#include "ash/common/system/date/tray_date.h"
+#include "ash/common/system/tray/system_tray.h"
#include "ash/common/system/tray/tray_popup_header_button.h"
#include "ash/shell.h"
#include "ash/strings/grit/ash_strings.h"
-#include "ash/system/tray/system_tray.h"
#include "base/command_line.h"
#include "base/location.h"
#include "base/macros.h"

Powered by Google App Engine
This is Rietveld 408576698