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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/autofill/password_generation_popup_controller_impl.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
index 12d3df9d4db3dd8d4f638f40d50c2522a014481c..5dc22046e2a42c6eecba5ceb7f63d811d0b9e136 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
@@ -89,21 +89,21 @@ class PasswordGenerationPopupControllerImpl
private:
// PasswordGenerationPopupController implementation:
- virtual void Hide() OVERRIDE;
- virtual void ViewDestroyed() OVERRIDE;
- virtual void SetSelectionAtPoint(const gfx::Point& point) OVERRIDE;
- virtual bool AcceptSelectedLine() OVERRIDE;
- virtual void SelectionCleared() OVERRIDE;
- virtual void OnSavedPasswordsLinkClicked() OVERRIDE;
- virtual int GetMinimumWidth() OVERRIDE;
- virtual gfx::NativeView container_view() OVERRIDE;
- virtual const gfx::Rect& popup_bounds() const OVERRIDE;
- virtual bool display_password() const OVERRIDE;
- virtual bool password_selected() const OVERRIDE;
- virtual base::string16 password() const OVERRIDE;
- virtual base::string16 SuggestedText() OVERRIDE;
- virtual const base::string16& HelpText() OVERRIDE;
- virtual const gfx::Range& HelpTextLinkRange() OVERRIDE;
+ virtual void Hide() override;
+ virtual void ViewDestroyed() override;
+ virtual void SetSelectionAtPoint(const gfx::Point& point) override;
+ virtual bool AcceptSelectedLine() override;
+ virtual void SelectionCleared() override;
+ virtual void OnSavedPasswordsLinkClicked() override;
+ virtual int GetMinimumWidth() override;
+ virtual gfx::NativeView container_view() override;
+ virtual const gfx::Rect& popup_bounds() const override;
+ virtual bool display_password() const override;
+ virtual bool password_selected() const override;
+ virtual base::string16 password() const override;
+ virtual base::string16 SuggestedText() override;
+ virtual const base::string16& HelpText() override;
+ virtual const gfx::Range& HelpTextLinkRange() override;
base::WeakPtr<PasswordGenerationPopupControllerImpl> GetWeakPtr();

Powered by Google App Engine
This is Rietveld 408576698