| Index: chrome/browser/history/web_history_service.cc
|
| diff --git a/chrome/browser/history/web_history_service.cc b/chrome/browser/history/web_history_service.cc
|
| index 8e91d696a8bbbdc3245e2ee46fccd054c5d4d82c..061e7a6370d7ea01307cc564ad72b55cddc08d6c 100644
|
| --- a/chrome/browser/history/web_history_service.cc
|
| +++ b/chrome/browser/history/web_history_service.cc
|
| @@ -81,7 +81,8 @@ class RequestImpl : public WebHistoryService::Request,
|
|
|
| ProfileOAuth2TokenService* token_service =
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile_);
|
| - token_request_ = token_service->StartRequest(oauth_scopes, this);
|
| + token_request_ = token_service->StartRequest(
|
| + token_service->GetPrimaryAccountId(), oauth_scopes, this);
|
| is_pending_ = true;
|
| }
|
|
|
|
|