Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 67f30356939f9d340f0aa203f4b967c7f978407b..dccdd24e3fd87f447a87dee819584a55b23449af 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) |