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