diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h index 3251348..128422c 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()); |