| Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| index 142e7d0e44ca149fd14a6a9cffe9b6b43034196d..a6478687516d85fc5d16b4519524d5bb8acbf637 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -320,7 +320,6 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
|
| // testing::Test implementation:
|
| virtual void SetUp() OVERRIDE {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
| - profile()->CreateRequestContext();
|
|
|
| test_bubble_controller_ =
|
| new testing::NiceMock<TestAutofillCreditCardBubbleController>(
|
| @@ -342,7 +341,6 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
|
| void Reset() {
|
| if (controller_)
|
| controller_->ViewClosed();
|
| - profile()->CreateRequestContext();
|
|
|
| test_bubble_controller_ =
|
| new testing::NiceMock<TestAutofillCreditCardBubbleController>(
|
|
|