| 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() {}
|
|
|