| Index: components/sync/engine/cycle/type_debug_info_observer.h
|
| diff --git a/components/sync/engine/cycle/type_debug_info_observer.h b/components/sync/engine/cycle/type_debug_info_observer.h
|
| index 7ee4b3bc3f8e8f80424f7310e497d35c177b8854..ffbf2025135a02f92165ecbdc236f6dea098d928 100644
|
| --- a/components/sync/engine/cycle/type_debug_info_observer.h
|
| +++ b/components/sync/engine/cycle/type_debug_info_observer.h
|
| @@ -23,8 +23,9 @@ class TypeDebugInfoObserver {
|
| const CommitCounters& counters) = 0;
|
| virtual void OnUpdateCountersUpdated(syncer::ModelType type,
|
| const UpdateCounters& counters) = 0;
|
| - virtual void OnStatusCountersUpdated(syncer::ModelType type,
|
| - const StatusCounters& counters) = 0;
|
| + virtual void OnStatusCountersUpdated(
|
| + syncer::ModelType type,
|
| + std::unique_ptr<StatusCounters> counters) = 0;
|
| };
|
|
|
| } // namespace syncer
|
|
|