| Index: chrome/browser/sync/profile_sync_service_mock.h
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h
|
| index ec967330e05f48b58ebf5d0166d2e1fc7bf6f42e..f938b1e53e709e8738f8cc88ad8f0b528af78c19 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -102,7 +102,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
|
|
| MOCK_METHOD0(IsSyncEnabledAndLoggedIn, bool());
|
| MOCK_CONST_METHOD0(IsManaged, bool());
|
| - MOCK_METHOD0(IsSyncTokenAvailable, bool());
|
| + MOCK_METHOD0(IsOAuthRefreshTokenAvailable, bool());
|
|
|
| MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
|
| MOCK_CONST_METHOD0(IsPassphraseRequiredForDecryption, bool());
|
|
|