| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index 9868af70b2d8fa19b7aac9b17ba9293fbc275f05..aef310df31852ca6dbb4a8c10e357e2ce60571a7 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -504,7 +504,6 @@ class ProfileSyncServiceAutofillTest
|
| virtual void SetUp() OVERRIDE {
|
| AbstractProfileSyncServiceTest::SetUp();
|
| profile_.reset(new ProfileMock());
|
| - profile_->CreateRequestContext();
|
| web_database_.reset(new WebDatabaseFake(&autofill_table_));
|
| MockWebDataServiceWrapper* wrapper =
|
| static_cast<MockWebDataServiceWrapper*>(
|
| @@ -542,7 +541,6 @@ class ProfileSyncServiceAutofillTest
|
| web_data_service_->ShutdownOnUIThread();
|
| web_data_service_->ShutdownSyncableService();
|
| web_data_service_ = NULL;
|
| - profile_->ResetRequestContext();
|
| // To prevent a leak, fully release TestURLRequestContext to ensure its
|
| // destruction on the IO message loop.
|
| profile_.reset();
|
|
|