| Index: chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| index 01931d30bec8fb2f759310cee769311e3277cb72..edaf8608d2da06e25fe90a1e82a90e135e7d5c9f 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| @@ -41,9 +41,9 @@ class MockAutofillPopupViewDelegate : public AutofillPopupViewDelegate {
|
| class AutofillPopupBaseViewTest : public InProcessBrowserTest {
|
| public:
|
| AutofillPopupBaseViewTest() {}
|
| - virtual ~AutofillPopupBaseViewTest() {}
|
| + ~AutofillPopupBaseViewTest() override {}
|
|
|
| - virtual void SetUpOnMainThread() override {
|
| + void SetUpOnMainThread() override {
|
| gfx::NativeView native_view =
|
| browser()->tab_strip_model()->GetActiveWebContents()->GetNativeView();
|
| EXPECT_CALL(mock_delegate_, container_view())
|
|
|