Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4063)

Unified Diff: chrome/browser/ui/android/autofill/password_generation_popup_view_android.h

Issue 900733003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
diff --git a/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h b/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
index c904870c0ba582b61b753c3692113a003a85b24c..806efa4829bfde7b6beb888e1753782062277f66 100644
--- a/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
+++ b/chrome/browser/ui/android/autofill/password_generation_popup_view_android.h
@@ -39,12 +39,12 @@ class PasswordGenerationPopupViewAndroid : public PasswordGenerationPopupView {
virtual ~PasswordGenerationPopupViewAndroid();
// PasswordGenerationPopupView implementation.
- virtual void Show() override;
- virtual void Hide() override;
- virtual gfx::Size GetPreferredSizeOfPasswordView() override;
- virtual void UpdateBoundsAndRedrawPopup() override;
- virtual void PasswordSelectionUpdated() override;
- virtual bool IsPointInPasswordBounds(const gfx::Point& point) override;
+ void Show() override;
+ void Hide() override;
+ gfx::Size GetPreferredSizeOfPasswordView() override;
+ void UpdateBoundsAndRedrawPopup() override;
+ void PasswordSelectionUpdated() override;
+ bool IsPointInPasswordBounds(const gfx::Point& point) override;
// Weak pointer to the controller.
PasswordGenerationPopupController* controller_;

Powered by Google App Engine
This is Rietveld 408576698