summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/interstitial_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/interstitial_page.h')
-rw-r--r--content/browser/tab_contents/interstitial_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
index cafe719..47dc2b6 100644
--- a/content/browser/tab_contents/interstitial_page.h
+++ b/content/browser/tab_contents/interstitial_page.h
@@ -102,7 +102,7 @@ class CONTENT_EXPORT InterstitialPage : public content::NotificationObserver,
// Called when tab traversing.
void FocusThroughTabTraversal(bool reverse);
- virtual content::ViewType GetRenderViewType() const;
+ virtual content::ViewType GetRenderViewType() const OVERRIDE;
// See description above field.
void set_reload_on_dont_proceed(bool value) {
@@ -114,7 +114,7 @@ class CONTENT_EXPORT InterstitialPage : public content::NotificationObserver,
// content::NotificationObserver method:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
// RenderViewHostDelegate implementation:
virtual View* GetViewDelegate() OVERRIDE;