| Index: chrome/browser/sync/glue/data_type_manager_mock.cc
|
| diff --git a/chrome/browser/sync/glue/data_type_manager_mock.cc b/chrome/browser/sync/glue/data_type_manager_mock.cc
|
| index ebc70edff1c813f002056588863c6554f8d944a2..be50dbb2b3b58afb79c1be4857052dddc7079ac4 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_mock.cc
|
| +++ b/chrome/browser/sync/glue/data_type_manager_mock.cc
|
| @@ -9,7 +9,7 @@
|
| namespace browser_sync {
|
|
|
| DataTypeManagerMock::DataTypeManagerMock()
|
| - : result_(OK, syncable::ModelEnumSet()) {
|
| + : result_(OK, syncable::ModelTypeSet()) {
|
|
|
| // By default, calling Configure will send a SYNC_CONFIGURE_START
|
| // and SYNC_CONFIGURE_DONE notification with a DataTypeManager::OK
|
|
|