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

Unified Diff: chrome/browser/extensions/extension_host.h

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_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.
« no previous file with comments | « chrome/browser/extensions/extension_function_test_utils.cc ('k') | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698