| Index: chrome/browser/ui/app_list/speech_auth_helper.cc
|
| diff --git a/chrome/browser/ui/app_list/speech_auth_helper.cc b/chrome/browser/ui/app_list/speech_auth_helper.cc
|
| index 63a3e8fbad32c9adebdd396b40fbf13d96153fcc..15c557629f13021831fb4327f3d7d1a74078b9e9 100644
|
| --- a/chrome/browser/ui/app_list/speech_auth_helper.cc
|
| +++ b/chrome/browser/ui/app_list/speech_auth_helper.cc
|
| @@ -83,9 +83,9 @@ void SpeechAuthHelper::OnGetTokenFailure(
|
| base::TimeDelta::FromSeconds(kMinTokenRefreshDelaySeconds));
|
| }
|
|
|
| -void SpeechAuthHelper::OnRefreshTokenAvailable(const std::string& account_id) {
|
| +void SpeechAuthHelper::OnRefreshTokenAvailable(const std::string& user_id) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| - if (authenticated_account_id_ == account_id)
|
| + if (authenticated_account_id_ == user_id)
|
| FetchAuthToken();
|
| }
|
|
|
|
|