Index: chrome/browser/chromeos/login/existing_user_controller.cc |
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc |
index f28213f5766cd30438d328e9efd3788c3fc98f4b..94c724b9ef34183fa31d5b777cd7b830306fb2d5 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc |
@@ -115,7 +115,7 @@ void ExistingUserController::Init(const UserVector& users) { |
login_display_->Init(filtered_users, show_guest, show_new_user); |
LoginUtils::Get()->PrewarmAuthentication(); |
- DBusThreadManager::Get()->session_manager_client()->EmitLoginPromptReady(); |
+ DBusThreadManager::Get()->GetSessionManagerClient()->EmitLoginPromptReady(); |
} |
//////////////////////////////////////////////////////////////////////////////// |