Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: components/sync/driver/glue/sync_backend_host_impl_unittest.cc

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: remove unique_ptr and rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698