summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/chrome_interstitial_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/chrome_interstitial_page.h')
-rw-r--r--chrome/browser/tab_contents/chrome_interstitial_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/chrome_interstitial_page.h b/chrome/browser/tab_contents/chrome_interstitial_page.h
index 4fd3e54..8883129 100644
--- a/chrome/browser/tab_contents/chrome_interstitial_page.h
+++ b/chrome/browser/tab_contents/chrome_interstitial_page.h
@@ -25,13 +25,13 @@ class ChromeInterstitialPage : public InterstitialPage {
virtual ~ChromeInterstitialPage();
// Shows the interstitial page in the tab.
- virtual void Show();
+ virtual void Show() OVERRIDE;
protected:
// content::NotificationObserver method:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
// Invoked when the page sent a command through DOMAutomation.
virtual void CommandReceived(const std::string& command) {}