| Index: chrome/browser/sync/glue/sync_backend_host_mock.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| index 3e2f7daac7c203c5882266da20139901438aea5c..09eaec5009fca8be7ec3a4a054bdc0ec117dcd82 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));
|
|
|