| 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 ba6ab6196707b6d1a4a215527dd36095fc5dbfbc..f90afc45e8a9db6e4eef26dbf749926f324862fd 100644
|
| --- a/chrome/browser/signin/chrome_signin_client.cc
|
| +++ b/chrome/browser/signin/chrome_signin_client.cc
|
| @@ -234,7 +234,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_))
|
| - chrome::SetLocalAuthCredentials(profile_, password);
|
| + LocalAuth::SetLocalAuthCredentials(profile_, password);
|
| #endif
|
| }
|
|
|
|
|