| Index: chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| diff --git a/chrome/browser/autofill/autofill_popup_view_browsertest.cc b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| index 6b54a62c8428b7df29892da713c16b86187da8d6..d88b6499812e4b9768d0617cb0fc8115537e2177 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| @@ -61,7 +61,7 @@ class AutofillPopupViewBrowserTest : public InProcessBrowserTest {
|
| virtual ~AutofillPopupViewBrowserTest() {}
|
|
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| - web_contents_ = browser()->GetSelectedWebContents();
|
| + web_contents_ = browser()->GetActiveWebContents();
|
| ASSERT_TRUE(web_contents_ != NULL);
|
|
|
| autofill_popup_view_.reset(new TestAutofillPopupView(
|
|
|