| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 1258184af135935a204eea874b13a493e78acbf2..d65174ecd40a29c780e3e7de9a971fbbf076761e 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -30,7 +30,6 @@
|
| #endif
|
|
|
| class Browser;
|
| -class ExtensionWindowController;
|
| class PrefsTabHelper;
|
|
|
| namespace content {
|
| @@ -41,6 +40,7 @@ class SiteInstance;
|
|
|
| namespace extensions {
|
| class Extension;
|
| +class WindowController;
|
| }
|
|
|
| // This class is the browser component of an extension component's RenderView.
|
| @@ -183,7 +183,7 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| void Close();
|
|
|
| // ExtensionFunctionDispatcher::Delegate
|
| - virtual ExtensionWindowController*
|
| + virtual extensions::WindowController*
|
| GetExtensionWindowController() const OVERRIDE;
|
|
|
| // Message handlers.
|
|
|