summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host_mock.h')
-rw-r--r--chrome/browser/sync/glue/sync_backend_host_mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
index 3e2f7da..09eaec5 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.h
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
@@ -22,8 +22,8 @@ class SyncBackendHostMock : public SyncBackendHost {
virtual ~SyncBackendHostMock();
MOCK_METHOD5(ConfigureDataTypes,
- void(const std::set<syncable::ModelType>&,
- const std::set<syncable::ModelType>&,
+ void(syncable::ModelEnumSet,
+ syncable::ModelEnumSet,
sync_api::ConfigureReason,
base::Callback<void(syncable::ModelEnumSet)>,
bool));