| 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 e63d778627ffb4dc3901f43c47429356a3bdf3ed..15eb570e43a62fb8d61a86677c2ef2c1a8f2b258 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -22,7 +22,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| virtual ~SyncBackendHostMock();
|
|
|
| MOCK_METHOD5(ConfigureDataTypes,
|
| - void(const DataTypeController::TypeMap&,
|
| + void(const std::set<syncable::ModelType>&,
|
| const std::set<syncable::ModelType>&,
|
| sync_api::ConfigureReason,
|
| base::Callback<void(bool)>,
|
|
|