| Index: components/autofill/core/browser/autofill_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| index d133cf3c5b68d31bedbc4f1aaeb1a9398b59fbf9..35b1e6a007e7decc068c00cba9dca2440275b27a 100644
|
| --- a/components/autofill/core/browser/autofill_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| @@ -770,12 +770,6 @@ class AutofillManagerTest : public ChromeRenderViewHostTestHarness {
|
| personal_data_.SetBrowserContext(NULL);
|
| }
|
|
|
| - virtual content::BrowserContext* CreateBrowserContext() OVERRIDE {
|
| - TestingProfile* profile = new TestingProfile();
|
| - profile->CreateRequestContext();
|
| - return profile;
|
| - }
|
| -
|
| void GetAutofillSuggestions(int query_id,
|
| const FormData& form,
|
| const FormFieldData& field) {
|
|
|