| Index: sync/internal_api/debug_info_event_listener.h
|
| diff --git a/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
|
| index 50b474ee383c8e8e169313851d2b750a5da54f09..451d23a9b0cdeea9084df8109b8e267e083679ba 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -62,7 +62,8 @@ class DebugInfoEventListener : public SyncManager::Observer,
|
|
|
| // Sync manager events.
|
| void OnNudgeFromDatatype(ModelType datatype);
|
| - void OnIncomingNotification(const ModelTypeStateMap& type_state_map);
|
| + void OnIncomingNotification(
|
| + const ModelTypeInvalidationMap& invalidation_map);
|
|
|
| // DebugInfoGetter Implementation.
|
| virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
|
|
|