| Index: content/browser/android/interstitial_page_delegate_android.h
|
| diff --git a/content/browser/android/interstitial_page_delegate_android.h b/content/browser/android/interstitial_page_delegate_android.h
|
| index 208717e87878e26dce63ada9fb55c973b4d3624b..5121be161f558331ed08ef1656429efa15d98967 100644
|
| --- a/content/browser/android/interstitial_page_delegate_android.h
|
| +++ b/content/browser/android/interstitial_page_delegate_android.h
|
| @@ -35,10 +35,10 @@ class InterstitialPageDelegateAndroid : public InterstitialPageDelegate {
|
| void DontProceed(JNIEnv* env, jobject obj);
|
|
|
| // Implementation of InterstitialPageDelegate
|
| - 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;
|
|
|
| static bool RegisterInterstitialPageDelegateAndroid(JNIEnv* env);
|
|
|
|
|