Index: chrome/browser/chromeos/login/screen_locker.cc |
diff --git a/chrome/browser/chromeos/login/screen_locker.cc b/chrome/browser/chromeos/login/screen_locker.cc |
index b0ed12585ade7a212ac0a2cf20967c94ef9e0246..4ab1d0b52f15abfdc355592f5376de7696f384b9 100644 |
--- a/chrome/browser/chromeos/login/screen_locker.cc |
+++ b/chrome/browser/chromeos/login/screen_locker.cc |
@@ -278,9 +278,9 @@ void ScreenLocker::Authenticate(const UserContext& user_context) { |
LOG_ASSERT(unlock_user); |
Profile* profile = UserManager::Get()->GetProfileByUser(unlock_user); |
- extensions::ScreenlockPrivateEventRouter* router = |
- extensions::ScreenlockPrivateEventRouter::GetFactoryInstance() |
- ->GetForProfile(profile); |
+ extensions::ScreenlockPrivateEventRouter* router = |
+ extensions::ScreenlockPrivateEventRouter::GetFactoryInstance()->Get( |
+ profile); |
router->OnAuthAttempted(auth_type, user_context.password); |
return; |
} |