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 a3c15ebce3f3eb1bb157e2e38aa634106e9cc472..022fafb91fdf61da8a0dc78ca437493f26af7c68 100644 |
--- a/sync/internal_api/debug_info_event_listener.h |
+++ b/sync/internal_api/debug_info_event_listener.h |
@@ -71,8 +71,7 @@ class SYNC_EXPORT_PRIVATE DebugInfoEventListener |
// Sync manager events. |
void OnNudgeFromDatatype(ModelType datatype); |
- void OnIncomingNotification( |
- const ModelTypeInvalidationMap& invalidation_map); |
+ void OnIncomingNotification(const ObjectIdInvalidationMap& invalidations); |
// DebugInfoGetter implementation. |
virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE; |