Index: components/sync/driver/glue/sync_backend_host_impl.cc |
diff --git a/components/sync/driver/glue/sync_backend_host_impl.cc b/components/sync/driver/glue/sync_backend_host_impl.cc |
index 48018efa611f42a31a3317eb36de0382bc55e794..0b511f4dbf78e8d186ca4c3bf2746edb5836e0c2 100644 |
--- a/components/sync/driver/glue/sync_backend_host_impl.cc |
+++ b/components/sync/driver/glue/sync_backend_host_impl.cc |
@@ -776,7 +776,7 @@ void SyncBackendHostImpl::HandleDirectoryStatusCountersUpdatedOnFrontendLoop( |
const StatusCounters& counters) { |
if (!frontend_) |
return; |
- frontend_->OnDirectoryTypeStatusCounterUpdated(type, counters); |
+ frontend_->OnDatatypeStatusCounterUpdated(type, counters); |
} |
void SyncBackendHostImpl::UpdateInvalidationVersions( |