| Index: chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| index 79e38faa31509f2c9e7a8e1c9567b7da3879d1df..4aa8d0433e5b0e005a17c8c5615d30edcbbcc00c 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -9,7 +9,7 @@ namespace browser_sync {
|
| using ::testing::_;
|
|
|
| ACTION(InvokeTask) {
|
| - arg3.Run(syncable::ModelEnumSet());
|
| + arg3.Run(syncable::ModelTypeSet());
|
| }
|
|
|
| SyncBackendHostMock::SyncBackendHostMock() {
|
|
|