| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/existing_user_controller.cc (revision 42341)
|
| +++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy)
|
| @@ -74,8 +74,8 @@
|
|
|
| WmMessageListener::instance()->AddObserver(this);
|
|
|
| - if (CrosLibrary::EnsureLoaded())
|
| - LoginLibrary::Get()->EmitLoginPromptReady();
|
| + if (CrosLibrary::Get()->EnsureLoaded())
|
| + CrosLibrary::Get()->GetLoginLibrary()->EmitLoginPromptReady();
|
| }
|
|
|
| ExistingUserController::~ExistingUserController() {
|
|
|