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

Unified Diff: ash/wm/lock_state_controller.h

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/test/test_system_tray_delegate.cc ('k') | ash/wm/lock_state_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_state_controller.h
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h
index 117144b1669d8c08e9517e9c6739147079ae0aff..dfb8911e4451cc5a7424751866b45369880e16e9 100644
--- a/ash/wm/lock_state_controller.h
+++ b/ash/wm/lock_state_controller.h
@@ -212,7 +212,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
void OnHostCloseRequested(const aura::WindowTreeHost* host) override;
// ShellObserver overrides:
- void OnLoginStateChanged(user::LoginStatus status) override;
+ void OnLoginStateChanged(LoginStatus status) override;
void OnAppTerminating() override;
void OnLockStateChanged(bool locked) override;
@@ -294,7 +294,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
base::ObserverList<LockStateObserver> observers_;
// The current login status, or original login status from before we locked.
- user::LoginStatus login_status_;
+ LoginStatus login_status_;
// Current lock status.
bool system_is_locked_;
« no previous file with comments | « ash/test/test_system_tray_delegate.cc ('k') | ash/wm/lock_state_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698