| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index 1ad8e2885b385e861e06ef07c14a873e13da6ad7..2e2935ddbd1d5f60530411dc05658f4315860276 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -94,14 +94,14 @@ base::LazyInstance<Static> g_global_io_data = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
| -ExtensionWindowController*
|
| - ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController()
|
| +extensions::WindowController*
|
| +ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController()
|
| const {
|
| return NULL;
|
| }
|
|
|
| content::WebContents*
|
| - ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const {
|
| +ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const {
|
| return NULL;
|
| }
|
|
|
|
|