summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/balloon_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/balloon_host.h')
-rw-r--r--chrome/browser/notifications/balloon_host.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 87c9418..bc52624 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -38,9 +38,9 @@ class BalloonHost : public TabContentsDelegate,
void Shutdown();
// ExtensionFunctionDispatcher::Delegate overrides.
- virtual Browser* GetBrowser();
- virtual gfx::NativeView GetNativeViewOfHost();
- virtual TabContents* GetAssociatedTabContents() const;
+ virtual Browser* GetBrowser() OVERRIDE;
+ virtual gfx::NativeView GetNativeViewOfHost() OVERRIDE;
+ virtual TabContents* GetAssociatedTabContents() const OVERRIDE;
const string16& GetSource() const;