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 6b3cd23415d89210e367c988e62943e896a27e1e..fe2277ed43d26a87d4dc80122de09cd86a5bc4b6 100644 |
--- a/sync/internal_api/debug_info_event_listener.cc |
+++ b/sync/internal_api/debug_info_event_listener.cc |
@@ -45,7 +45,7 @@ void DebugInfoEventListener::OnSyncCycleCompleted( |
void DebugInfoEventListener::OnInitializationComplete( |
const browser_sync::WeakHandle<browser_sync::JsBackend>& js_backend, |
- bool success) { |
+ bool success, syncable::ModelTypeSet restored_types) { |
CreateAndAddEvent(sync_pb::DebugEventInfo::INITIALIZATION_COMPLETE); |
} |