Index: chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc |
diff --git a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc |
index 97b24d2138f003d6841adac7feef0a7323a313ae..869f424078d0409bc88b343b843bb92862f36a99 100644 |
--- a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc |
+++ b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc |
@@ -26,7 +26,7 @@ ChromeCryptohomeAuthenticator::~ChromeCryptohomeAuthenticator() { |
} |
bool ChromeCryptohomeAuthenticator::IsKnownUser(const UserContext& context) { |
- return user_manager::UserManager::Get()->IsKnownUser(context.GetUserID()); |
+ return user_manager::UserManager::Get()->IsKnownUser(context.GetAccountId()); |
} |
bool ChromeCryptohomeAuthenticator::IsSafeMode() { |