| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 5ff8e1b9a07d3b4a5716e25ba3de0d55d6fa3a29..070c3acb352e862bfcb2a3aa60567edf59d97a4b 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -35,7 +35,7 @@ class BalloonHost : public content::WebContentsDelegate,
|
| void Shutdown();
|
|
|
| // ExtensionFunctionDispatcher::Delegate overrides.
|
| - virtual ExtensionWindowController* GetExtensionWindowController()
|
| + virtual extensions::WindowController* GetExtensionWindowController()
|
| const OVERRIDE;
|
| virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
|
|
|
|
|