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

Unified Diff: ash/system/chromeos/tray_tracing.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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/chromeos/tray_tracing.h ('k') | ash/system/date/date_default_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_tracing.cc
diff --git a/ash/system/chromeos/tray_tracing.cc b/ash/system/chromeos/tray_tracing.cc
index b74bc5ae93fce20c8c7a65a7ba54d736832fb48a..6a8e92f3c7867be1d91bb5a96191dd9e6eaae502 100644
--- a/ash/system/chromeos/tray_tracing.cc
+++ b/ash/system/chromeos/tray_tracing.cc
@@ -84,14 +84,14 @@ bool TrayTracing::GetInitialVisibility() {
return false;
}
-views::View* TrayTracing::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayTracing::CreateDefaultView(LoginStatus status) {
CHECK(default_ == NULL);
if (tray_view() && tray_view()->visible())
default_ = new tray::DefaultTracingView();
return default_;
}
-views::View* TrayTracing::CreateDetailedView(user::LoginStatus status) {
+views::View* TrayTracing::CreateDetailedView(LoginStatus status) {
return NULL;
}
« no previous file with comments | « ash/system/chromeos/tray_tracing.h ('k') | ash/system/date/date_default_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698