| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 26f089f8d11d2d7cb7e35f8e47934e0096d0d991..0d13119ceebca840d5a1f24c4ede8e68c40a1299 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -311,7 +311,7 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) {
|
|
|
| backend_->Initialize(
|
| this,
|
| - WeakHandle<JsEventHandler>(sync_js_controller_.AsWeakPtr()),
|
| + MakeWeakHandle(sync_js_controller_.AsWeakPtr()),
|
| sync_service_url_,
|
| initial_types,
|
| credentials,
|
|
|