| 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 09eaec5009fca8be7ec3a4a054bdc0ec117dcd82..0829081a9b319cbf48153f4f0490d112f0d0434f 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -22,10 +22,10 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| virtual ~SyncBackendHostMock();
|
|
|
| MOCK_METHOD5(ConfigureDataTypes,
|
| - void(syncable::ModelEnumSet,
|
| - syncable::ModelEnumSet,
|
| + void(syncable::ModelTypeSet,
|
| + syncable::ModelTypeSet,
|
| sync_api::ConfigureReason,
|
| - base::Callback<void(syncable::ModelEnumSet)>,
|
| + base::Callback<void(syncable::ModelTypeSet)>,
|
| bool));
|
| MOCK_METHOD0(StartSyncingWithServer, void());
|
| };
|
|
|