| 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 93cf1e10e65b5efd362151d3c5cad6622f7dbb1f..4b3dc0b68fa742e384bdbf41ac6ed7dca4e30b25 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -33,7 +33,7 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer,
|
| const browser_sync::sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
|
| virtual void OnInitializationComplete(
|
| const browser_sync::WeakHandle<browser_sync::JsBackend>& js_backend,
|
| - bool success) OVERRIDE;
|
| + bool success, syncable::ModelTypeSet restored_types) OVERRIDE;
|
| virtual void OnConnectionStatusChange(
|
| sync_api::ConnectionStatus connection_status) OVERRIDE;
|
| virtual void OnPassphraseRequired(
|
|
|