Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc |
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc |
index 87687133fddfedc3b262617b8c7b1944bbaa662f..47a4cef3f3d8b863733bfe25e715a4167e765447 100644 |
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc |
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc |
@@ -61,7 +61,7 @@ class PasswordTextBox : public views::View { |
} |
// views::View: |
- virtual bool CanProcessEventsWithinSubtree() const OVERRIDE { |
+ virtual bool CanProcessEventsWithinSubtree() const override { |
// Send events to the parent view for handling. |
return false; |
} |
@@ -106,7 +106,7 @@ class PasswordGenerationPopupViewViews::PasswordBox : public views::View { |
} |
// views::View: |
- virtual bool CanProcessEventsWithinSubtree() const OVERRIDE { |
+ virtual bool CanProcessEventsWithinSubtree() const override { |
// Send events to the parent view for handling. |
return false; |
} |