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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « chrome/browser/ssl/ssl_add_certificate.cc ('k') | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 279a575c72a6e92e1e40ce8f4df9d90f27bac8cf..e1a568b56dcbb913a3629ab5b055cee586192e4a 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -82,13 +82,13 @@ class SSLBlockingPage : public content::InterstitialPageDelegate {
protected:
// InterstitialPageDelegate implementation.
- virtual std::string GetHTMLContents() OVERRIDE;
- virtual void CommandReceived(const std::string& command) OVERRIDE;
- virtual void OverrideEntry(content::NavigationEntry* entry) OVERRIDE;
+ virtual std::string GetHTMLContents() override;
+ virtual void CommandReceived(const std::string& command) override;
+ virtual void OverrideEntry(content::NavigationEntry* entry) override;
virtual void OverrideRendererPrefs(
- content::RendererPreferences* prefs) OVERRIDE;
- virtual void OnProceed() OVERRIDE;
- virtual void OnDontProceed() OVERRIDE;
+ content::RendererPreferences* prefs) override;
+ virtual void OnProceed() override;
+ virtual void OnDontProceed() override;
private:
void NotifyDenyCertificate();
« no previous file with comments | « chrome/browser/ssl/ssl_add_certificate.cc ('k') | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698