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

Unified Diff: ash/shell_observer.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/shell/content/client/shell_browser_main_parts.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 7356e3e9fa6ff32a8ed5b6e52d90a0fa9c3e37c6..15ca2f4d7951927da142027d70cc85a1da4d95fa 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -6,7 +6,7 @@
#define ASH_SHELL_OBSERVER_H_
#include "ash/ash_export.h"
-#include "ash/system/user/login_status.h"
+#include "ash/common/login_status.h"
namespace ash {
@@ -18,7 +18,7 @@ class ASH_EXPORT ShellObserver {
virtual void OnDisplayWorkAreaInsetsChanged() {}
// Invoked when the user logs in.
- virtual void OnLoginStateChanged(user::LoginStatus status) {}
+ virtual void OnLoginStateChanged(LoginStatus status) {}
// Invoked when the application is exiting.
virtual void OnAppTerminating() {}
« no previous file with comments | « ash/shell/content/client/shell_browser_main_parts.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698