Index: components/autofill/content/browser/autocheckout_manager_unittest.cc |
diff --git a/components/autofill/content/browser/autocheckout_manager_unittest.cc b/components/autofill/content/browser/autocheckout_manager_unittest.cc |
index 76e9b1bf9a07b18270f8c337e9586d3ac890757d..d6eb7f641723fca0c51e798e353e48701f39ef69 100644 |
--- a/components/autofill/content/browser/autocheckout_manager_unittest.cc |
+++ b/components/autofill/content/browser/autocheckout_manager_unittest.cc |
@@ -382,7 +382,6 @@ class AutocheckoutManagerTest : public ChromeRenderViewHostTestHarness { |
virtual void SetUp() OVERRIDE { |
SetThreadBundleOptions(content::TestBrowserThreadBundle::REAL_IO_THREAD); |
ChromeRenderViewHostTestHarness::SetUp(); |
- profile()->CreateRequestContext(); |
autofill_manager_delegate_.reset(new MockAutofillManagerDelegate()); |
autofill_driver_.reset(new TestAutofillDriver(web_contents())); |
autofill_manager_.reset(new TestAutofillManager( |
@@ -397,7 +396,6 @@ class AutocheckoutManagerTest : public ChromeRenderViewHostTestHarness { |
autofill_manager_delegate_.reset(); |
autofill_manager_.reset(); |
autofill_driver_.reset(); |
- profile()->ResetRequestContext(); |
ChromeRenderViewHostTestHarness::TearDown(); |
} |