| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 00344291c14bb8e53c371ff2ff49ed1dfbfd91a4..1ee6d79241c8c7186057d525db36adc0b49a9da4 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -200,6 +200,7 @@ class TestProfileSyncService : public ProfileSyncService {
|
| class FakeOAuth2TokenService : public ProfileOAuth2TokenService {
|
| public:
|
| virtual scoped_ptr<OAuth2TokenService::Request> StartRequest(
|
| + const std::string& account_id,
|
| const OAuth2TokenService::ScopeSet& scopes,
|
| OAuth2TokenService::Consumer* consumer) OVERRIDE;
|
|
|
|
|