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 4e1c1185cafd5c14733acb409ebe7f1e7f9a70cc..67bcc377e27217a1112380285041d3b7ef7aa1ff 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc |
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc |
@@ -30,7 +30,7 @@ class TestPasswordGenerationPopupController : |
web_contents, |
native_view) {} |
- virtual ~TestPasswordGenerationPopupController() {} |
+ ~TestPasswordGenerationPopupController() override {} |
PasswordGenerationPopupView* view() { |
return view_; |
@@ -39,7 +39,7 @@ class TestPasswordGenerationPopupController : |
class PasswordGenerationPopupViewTest : public InProcessBrowserTest { |
public: |
- virtual void SetUpOnMainThread() override { |
+ void SetUpOnMainThread() override { |
gfx::NativeView native_view = |
browser()->tab_strip_model()->GetActiveWebContents()->GetNativeView(); |