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

Unified Diff: ash/system/chromeos/tray_caps_lock.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_caps_lock.h ('k') | ash/system/chromeos/tray_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_caps_lock.cc
diff --git a/ash/system/chromeos/tray_caps_lock.cc b/ash/system/chromeos/tray_caps_lock.cc
index 4de246933c66ed2b74916533ac3fbcc3bef05857..035839dbf4b4cbdf4a2f08320011aa1759cfbab7 100644
--- a/ash/system/chromeos/tray_caps_lock.cc
+++ b/ash/system/chromeos/tray_caps_lock.cc
@@ -173,7 +173,7 @@ bool TrayCapsLock::GetInitialVisibility() {
return CapsLockIsEnabled();
}
-views::View* TrayCapsLock::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayCapsLock::CreateDefaultView(LoginStatus status) {
if (!caps_lock_enabled_)
return NULL;
DCHECK(default_ == NULL);
@@ -182,7 +182,7 @@ views::View* TrayCapsLock::CreateDefaultView(user::LoginStatus status) {
return default_;
}
-views::View* TrayCapsLock::CreateDetailedView(user::LoginStatus status) {
+views::View* TrayCapsLock::CreateDetailedView(LoginStatus status) {
DCHECK(detailed_ == NULL);
detailed_ = new views::View;
« no previous file with comments | « ash/system/chromeos/tray_caps_lock.h ('k') | ash/system/chromeos/tray_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698