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