| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index c4af39a9c72d91315a12c0070b8c06e9cd9c05cc..fd43fdd4a3234d32b72803163d44af50f4a3cd00 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -380,7 +380,7 @@ void Shell::SetDisplayWorkAreaInsets(Window* contains,
|
| OnDisplayWorkAreaInsetsChanged());
|
| }
|
|
|
| -void Shell::OnLoginStateChanged(user::LoginStatus status) {
|
| +void Shell::OnLoginStateChanged(LoginStatus status) {
|
| FOR_EACH_OBSERVER(ShellObserver, observers_, OnLoginStateChanged(status));
|
| }
|
|
|
| @@ -389,7 +389,7 @@ void Shell::OnLoginUserProfilePrepared() {
|
| CreateKeyboard();
|
| }
|
|
|
| -void Shell::UpdateAfterLoginStatusChange(user::LoginStatus status) {
|
| +void Shell::UpdateAfterLoginStatusChange(LoginStatus status) {
|
| RootWindowControllerList controllers = GetAllRootWindowControllers();
|
| for (RootWindowControllerList::iterator iter = controllers.begin();
|
| iter != controllers.end(); ++iter)
|
|
|