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

Unified Diff: chrome/browser/ui/views/ssl_client_certificate_selector.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/ssl_client_certificate_selector.h
diff --git a/chrome/browser/ui/views/ssl_client_certificate_selector.h b/chrome/browser/ui/views/ssl_client_certificate_selector.h
index cec06c4011235a37064b8cc1a511fe8ea93fac2f..dd98f6796cb5534d423933fdd110215789250b85 100644
--- a/chrome/browser/ui/views/ssl_client_certificate_selector.h
+++ b/chrome/browser/ui/views/ssl_client_certificate_selector.h
@@ -50,26 +50,26 @@ class SSLClientCertificateSelector : public SSLClientAuthObserver,
net::X509Certificate* GetSelectedCert() const;
// SSLClientAuthObserver implementation:
- virtual void OnCertSelectedByNotification() OVERRIDE;
+ virtual void OnCertSelectedByNotification() override;
// DialogDelegateView:
- virtual bool CanResize() const OVERRIDE;
- virtual base::string16 GetWindowTitle() const OVERRIDE;
- virtual void DeleteDelegate() OVERRIDE;
- virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual bool Accept() OVERRIDE;
- virtual views::View* GetInitiallyFocusedView() OVERRIDE;
- virtual views::View* CreateExtraView() OVERRIDE;
- virtual ui::ModalType GetModalType() const OVERRIDE;
+ virtual bool CanResize() const override;
+ virtual base::string16 GetWindowTitle() const override;
+ virtual void DeleteDelegate() override;
+ virtual bool IsDialogButtonEnabled(ui::DialogButton button) const override;
+ virtual bool Cancel() override;
+ virtual bool Accept() override;
+ virtual views::View* GetInitiallyFocusedView() override;
+ virtual views::View* CreateExtraView() override;
+ virtual ui::ModalType GetModalType() const override;
// views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
// views::TableViewObserver:
- virtual void OnSelectionChanged() OVERRIDE;
- virtual void OnDoubleClick() OVERRIDE;
+ virtual void OnSelectionChanged() override;
+ virtual void OnDoubleClick() override;
private:
void CreateCertTable();
« no previous file with comments | « chrome/browser/ui/views/simple_message_box_views.cc ('k') | chrome/browser/ui/views/ssl_client_certificate_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698