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; |