Index: chrome/browser/signin/chrome_signin_client.cc |
diff --git a/chrome/browser/signin/chrome_signin_client.cc b/chrome/browser/signin/chrome_signin_client.cc |
index 3315642feb9a65d863c68396308cd8c2147ae100..d3d2746e022943d0d0ff3a2b5c38cb838fe2619b 100644 |
--- a/chrome/browser/signin/chrome_signin_client.cc |
+++ b/chrome/browser/signin/chrome_signin_client.cc |
@@ -248,7 +248,7 @@ void ChromeSigninClient::PostSignedIn(const std::string& account_id, |
#if !defined(OS_ANDROID) && !defined(OS_IOS) && !defined(OS_CHROMEOS) |
// Don't store password hash except when lock is available for the user. |
if (!password.empty() && profiles::IsLockAvailable(profile_)) |
- LocalAuth::SetLocalAuthCredentials(profile_, password); |
+ chrome::SetLocalAuthCredentials(profile_, password); |
#endif |
} |