| Index: components/sync/core_impl/js_sync_manager_observer.cc
|
| diff --git a/components/sync/core_impl/js_sync_manager_observer.cc b/components/sync/core_impl/js_sync_manager_observer.cc
|
| index 5d0afa3b1c6c68909211b35fc3d56d83ddc3d8e5..33da2a7ba287e44f8bdfa70bf8fd39c899342e70 100644
|
| --- a/components/sync/core_impl/js_sync_manager_observer.cc
|
| +++ b/components/sync/core_impl/js_sync_manager_observer.cc
|
| @@ -66,7 +66,7 @@ void JsSyncManagerObserver::OnInitializationComplete(
|
| const WeakHandle<JsBackend>& js_backend,
|
| const WeakHandle<DataTypeDebugInfoListener>& debug_info_listener,
|
| bool success,
|
| - syncer::ModelTypeSet restored_types) {
|
| + ModelTypeSet restored_types) {
|
| if (!event_handler_.IsInitialized()) {
|
| return;
|
| }
|
|
|