| 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 67017b94632ab99037e934cab78a6f41d2d54350..a29051b84910bb31302e0dd55d382e5afa5bf081 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -54,7 +54,7 @@ class DebugInfoEventListener : public SyncManager::Observer,
|
|
|
| // Sync manager events.
|
| void OnNudgeFromDatatype(ModelType datatype);
|
| - void OnIncomingNotification(const ModelTypePayloadMap& type_payloads);
|
| + void OnIncomingNotification(const ModelTypeStateMap& type_state_map);
|
|
|
| // DebugInfoGetter Implementation.
|
| virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
|
|
|