Chromium Code Reviews| Index: chrome/browser/notifications/balloon_host.h |
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h |
| index 4fbb1707edc4a415d463da78068a3236aca727b4..bd19b80d665979998434b628fead047062e2e38d 100644 |
| --- a/chrome/browser/notifications/balloon_host.h |
| +++ b/chrome/browser/notifications/balloon_host.h |
| @@ -37,7 +37,8 @@ class BalloonHost : public content::WebContentsDelegate, |
| void Shutdown(); |
| // ExtensionFunctionDispatcher::Delegate overrides. |
| - virtual Browser* GetBrowser() OVERRIDE; |
| + virtual ExtensionWindowController* GetExtensionWindowController() |
|
sky
2012/05/03 21:04:47
nit: In this case wrap the function name to the ne
|
| + const OVERRIDE; |
| virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE; |
| const string16& GetSource() const; |