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 403c18218a3ec0ffef09217b74fc144367353307..5d86efe9cef61c8157d8bf9308135d7cb8c49a58 100644 |
--- a/sync/internal_api/debug_info_event_listener.h |
+++ b/sync/internal_api/debug_info_event_listener.h |
@@ -34,7 +34,7 @@ class DebugInfoEventListener : public syncer::SyncManager::Observer, |
const syncer::sessions::SyncSessionSnapshot& snapshot) OVERRIDE; |
virtual void OnInitializationComplete( |
const syncer::WeakHandle<syncer::JsBackend>& js_backend, |
- bool success) OVERRIDE; |
+ bool success, syncer::ModelTypeSet restored_types) OVERRIDE; |
virtual void OnConnectionStatusChange( |
syncer::ConnectionStatus connection_status) OVERRIDE; |
virtual void OnPassphraseRequired( |