| Index: chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| diff --git a/chrome/browser/signin/fake_profile_oauth2_token_service.h b/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| index cd5bc8b493e4e77ea65c31e015090e0a8709ef36..25548741cc30e6a7c7ff9ba7e16533974b3a5ca5 100644
|
| --- a/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| +++ b/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| @@ -83,12 +83,13 @@ class FakeProfileOAuth2TokenService : public ProfileOAuth2TokenService {
|
| protected:
|
| // OAuth2TokenService overrides.
|
| virtual void FetchOAuth2Token(RequestImpl* request,
|
| + const std::string& account_id,
|
| net::URLRequestContextGetter* getter,
|
| const std::string& client_id,
|
| const std::string& client_secret,
|
| const ScopeSet& scopes) OVERRIDE;
|
|
|
| - virtual std::string GetRefreshToken() OVERRIDE;
|
| + virtual std::string GetRefreshToken(const std::string& account_id) OVERRIDE;
|
|
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
|
|
|
|