| 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 e0e3fcb1a0f0343814152495641fa78a7ab27de6..415daaac95fc317ed620f82a78a20434ec924cac 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -103,7 +103,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());
|
|
|