| 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 75fd0725ee5131829debdcc870f658a60ffac329..3e2f7daac7c203c5882266da20139901438aea5c 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -25,7 +25,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| void(const std::set<syncable::ModelType>&,
|
| const std::set<syncable::ModelType>&,
|
| sync_api::ConfigureReason,
|
| - base::Callback<void(const syncable::ModelTypeSet&)>,
|
| + base::Callback<void(syncable::ModelEnumSet)>,
|
| bool));
|
| MOCK_METHOD0(StartSyncingWithServer, void());
|
| };
|
|
|