| Index: chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
|
| index 8f4665ee5f3eb8f8e0d381eb1f65cc764afbea42..4e1c1185cafd5c14733acb409ebe7f1e7f9a70cc 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
|
| @@ -39,7 +39,7 @@ class TestPasswordGenerationPopupController :
|
|
|
| class PasswordGenerationPopupViewTest : public InProcessBrowserTest {
|
| public:
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| gfx::NativeView native_view =
|
| browser()->tab_strip_model()->GetActiveWebContents()->GetNativeView();
|
|
|
|
|