| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 87c94185ab9b6f163504de7ee60345ca698a99dd..bc52624b5053548b1d4b7ad7cee8f7c6b4883daa 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;
|
|
|
|
|