Index: sync/internal_api/debug_info_event_listener.cc |
diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc |
index b7e3cda8f8728ec31c8e393d8d395b128fb44856..4477b587b6bd18ee837f2e3fa832460d52c436cb 100644 |
--- a/sync/internal_api/debug_info_event_listener.cc |
+++ b/sync/internal_api/debug_info_event_listener.cc |
@@ -109,9 +109,9 @@ void DebugInfoEventListener::OnNudgeFromDatatype(ModelType datatype) { |
} |
void DebugInfoEventListener::OnIncomingNotification( |
- const ModelTypePayloadMap& type_payloads) { |
+ const ModelTypeStateMap& type_state_map) { |
sync_pb::DebugEventInfo event_info; |
- ModelTypeSet types = ModelTypePayloadMapToEnumSet(type_payloads); |
+ ModelTypeSet types = ModelTypeStateMapToEnumSet(type_state_map); |
for (ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) { |
event_info.add_datatypes_notified_from_server( |