Index: components/sync/driver/glue/sync_backend_host_impl.h |
diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h |
index bd08520e7355313002e6c6a555ca0031a8af3175..6d44cb2b00331eab3ba27503345c4fff3fd9f3f1 100644 |
--- a/components/sync/driver/glue/sync_backend_host_impl.h |
+++ b/components/sync/driver/glue/sync_backend_host_impl.h |
@@ -218,7 +218,7 @@ class SyncBackendHostImpl : public SyncBackendHost, |
// explicitly requested that we start forwarding these events. |
void HandleDirectoryStatusCountersUpdatedOnFrontendLoop( |
syncer::ModelType type, |
- const syncer::StatusCounters& counters); |
+ std::unique_ptr<syncer::StatusCounters> counters); |
// Overwrites the kSyncInvalidationVersions preference with the most recent |
// set of invalidation versions for each type. |