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

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

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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.h
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h
index cb429e0bdb41330c356b0938a015c8ed042e5cf0..6a8dbe96d68e0e81725b7d69b28e72d9beed3557 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.h
+++ b/chrome/browser/extensions/extension_function_dispatcher.h
@@ -19,10 +19,10 @@ class ChromeRenderMessageFilter;
class Extension;
class ExtensionFunction;
class Profile;
-class RenderViewHost;
struct ExtensionHostMsg_Request_Params;
namespace content {
+class RenderViewHost;
class WebContents;
}
@@ -98,7 +98,7 @@ class ExtensionFunctionDispatcher
// Message handlers.
void Dispatch(const ExtensionHostMsg_Request_Params& params,
- RenderViewHost* sender);
+ content::RenderViewHost* sender);
// Called when an ExtensionFunction is done executing, after it has sent
// a response (if any) to the extension.
@@ -110,7 +110,7 @@ class ExtensionFunctionDispatcher
//
// See the comments for ExtensionFunction::GetCurrentBrowser() for more
// details.
- Browser* GetCurrentBrowser(RenderViewHost* render_view_host,
+ Browser* GetCurrentBrowser(content::RenderViewHost* render_view_host,
bool include_incognito);
// The profile that this dispatcher is associated with.
« no previous file with comments | « chrome/browser/extensions/extension_function.cc ('k') | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698