| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index 92d3828497133c0411ae924b349e663ed140ff39..04ec46d129a9c2f351a4416cec951c4f6aa5d4a8 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -43,13 +43,13 @@ SyncBackendHostForProfileSyncTest::SyncBackendHostForProfileSyncTest(
|
| syncer::StorageOption storage_option)
|
| : browser_sync::SyncBackendHost(
|
| profile->GetDebugName(), profile, sync_prefs),
|
| - weak_ptr_factory_(this),
|
| id_factory_(id_factory),
|
| callback_(callback),
|
| fail_initial_download_(fail_initial_download),
|
| set_initial_sync_ended_on_init_(set_initial_sync_ended_on_init),
|
| synchronous_init_(synchronous_init),
|
| - storage_option_(storage_option) {}
|
| + storage_option_(storage_option),
|
| + weak_ptr_factory_(this) {}
|
|
|
| SyncBackendHostForProfileSyncTest::~SyncBackendHostForProfileSyncTest() {}
|
|
|
|
|