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

Unified Diff: chrome/browser/supervised_user/supervised_user_interstitial.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/supervised_user/supervised_user_interstitial.h
diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.h b/chrome/browser/supervised_user/supervised_user_interstitial.h
index 7956761364f989d8f819998e50b56dc27c3f92ee..51905e3563690bb3bf2211e69bb832bcc205d5e0 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.h
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
@@ -38,13 +38,13 @@ class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
bool Init();
// InterstitialPageDelegate implementation.
- virtual std::string GetHTMLContents() OVERRIDE;
- virtual void CommandReceived(const std::string& command) OVERRIDE;
- virtual void OnProceed() OVERRIDE;
- virtual void OnDontProceed() OVERRIDE;
+ virtual std::string GetHTMLContents() override;
+ virtual void CommandReceived(const std::string& command) override;
+ virtual void OnProceed() override;
+ virtual void OnDontProceed() override;
// SupervisedUserServiceObserver implementation.
- virtual void OnURLFilterChanged() OVERRIDE;
+ virtual void OnURLFilterChanged() override;
// Returns whether the blocked URL is now allowed. Called initially before the
// interstitial is shown (to catch race conditions), or when the URL filtering

Powered by Google App Engine
This is Rietveld 408576698