Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 10735061: Move ExtensionWindowController and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « chrome/browser/extensions/extension_function_dispatcher.h ('k') | chrome/browser/extensions/extension_function_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698