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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_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
Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
index 60a0280c3abaa44cd778f81d6bc71b7923eb7486..3db2560c24f132368e3c2b0cd9176471b88f3a06 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -89,12 +89,12 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate {
}
// InterstitialPageDelegate method:
- virtual std::string GetHTMLContents() OVERRIDE;
- virtual void OnProceed() OVERRIDE;
- virtual void OnDontProceed() OVERRIDE;
- virtual void CommandReceived(const std::string& command) OVERRIDE;
+ virtual std::string GetHTMLContents() override;
+ virtual void OnProceed() override;
+ virtual void OnDontProceed() override;
+ virtual void CommandReceived(const std::string& command) override;
virtual void OverrideRendererPrefs(
- content::RendererPreferences* prefs) OVERRIDE;
+ content::RendererPreferences* prefs) override;
protected:
friend class SafeBrowsingBlockingPageTest;
« no previous file with comments | « chrome/browser/safe_browsing/protocol_manager_unittest.cc ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698