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 3def0b69ca2f3684e98038072bb04467713e2659..96c80f739ba1c8ac1b1c3276439d55dc3eb4e1c4 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; |
} |