summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.h')
-rw-r--r--chrome/browser/sync/profile_sync_service_mock.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h
index 23dcce2..49cd7b1 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -57,11 +57,9 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
MOCK_METHOD1(ChangePreferredDataTypes,
- void(const syncable::ModelTypeSet& preferred_types));
- MOCK_CONST_METHOD1(GetPreferredDataTypes,
- void(syncable::ModelTypeSet* preferred_types));
- MOCK_CONST_METHOD1(GetRegisteredDataTypes,
- void(syncable::ModelTypeSet* registered_types));
+ void(syncable::ModelEnumSet preferred_types));
+ MOCK_CONST_METHOD0(GetPreferredDataTypes, syncable::ModelEnumSet());
+ MOCK_CONST_METHOD0(GetRegisteredDataTypes, syncable::ModelEnumSet());
MOCK_CONST_METHOD0(GetLastSessionSnapshot,
const browser_sync::sessions::SyncSessionSnapshot*());