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

Unified Diff: chrome/browser/ui/external_protocol_dialog_delegate.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/external_protocol_dialog_delegate.h
diff --git a/chrome/browser/ui/external_protocol_dialog_delegate.h b/chrome/browser/ui/external_protocol_dialog_delegate.h
index f925648716af308371ae69e9c79df95bd03c7272..12879ca4d5f4426cabd7253bde11149e0f2c2309 100644
--- a/chrome/browser/ui/external_protocol_dialog_delegate.h
+++ b/chrome/browser/ui/external_protocol_dialog_delegate.h
@@ -22,12 +22,12 @@ class ExternalProtocolDialogDelegate : public ProtocolDialogDelegate {
const base::string16& program_name() const { return program_name_; }
- virtual void DoAccept(const GURL& url, bool dont_block) const OVERRIDE;
- virtual void DoCancel(const GURL& url, bool dont_block) const OVERRIDE;
+ virtual void DoAccept(const GURL& url, bool dont_block) const override;
+ virtual void DoCancel(const GURL& url, bool dont_block) const override;
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual base::string16 GetCheckboxText() const OVERRIDE;
- virtual base::string16 GetTitleText() const OVERRIDE;
+ virtual base::string16 GetMessageText() const override;
+ virtual base::string16 GetCheckboxText() const override;
+ virtual base::string16 GetTitleText() const override;
private:
int render_process_host_id_;
« no previous file with comments | « chrome/browser/ui/extensions/extension_installed_bubble.h ('k') | chrome/browser/ui/fast_unload_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698