| Index: components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| index 244167ebb8333c20f32766ab3ed3d820334cd824..937c3af602fe4264f08643768a51d57311c3c43f 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| @@ -104,7 +104,7 @@ class MockSyncFrontend : public sync_driver::SyncFrontend {
|
| void(syncer::ModelType, const syncer::CommitCounters&));
|
| MOCK_METHOD2(OnDirectoryTypeUpdateCounterUpdated,
|
| void(syncer::ModelType, const syncer::UpdateCounters&));
|
| - MOCK_METHOD2(OnDirectoryTypeStatusCounterUpdated,
|
| + MOCK_METHOD2(OnDatatypeStatusCounterUpdated,
|
| void(syncer::ModelType, const syncer::StatusCounters&));
|
| MOCK_METHOD1(OnExperimentsChanged, void(const syncer::Experiments&));
|
| MOCK_METHOD1(OnActionableError,
|
|
|