| 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 171983ac043610548acafe3cb9f8adb431771fb0..6e92064b497a337d350458725a1b9c1c3ce6acda 100644
|
| --- a/components/autofill/content/browser/autocheckout_manager_unittest.cc
|
| +++ b/components/autofill/content/browser/autocheckout_manager_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/tuple.h"
|
| #include "chrome/test/base/chrome_render_view_host_test_harness.h"
|
| -#include "chrome/test/base/testing_profile.h"
|
| #include "components/autofill/content/browser/autocheckout_manager.h"
|
| #include "components/autofill/core/browser/autofill_common_test.h"
|
| #include "components/autofill/core/browser/autofill_manager.h"
|
| @@ -408,7 +407,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(
|
| @@ -423,7 +421,6 @@ class AutocheckoutManagerTest : public ChromeRenderViewHostTestHarness {
|
| autofill_manager_delegate_.reset();
|
| autofill_manager_.reset();
|
| autofill_driver_.reset();
|
| - profile()->ResetRequestContext();
|
| ChromeRenderViewHostTestHarness::TearDown();
|
| }
|
|
|
|
|