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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_view_gtk.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/ui/gtk/extensions/extension_view_gtk.h
diff --git a/chrome/browser/ui/gtk/extensions/extension_view_gtk.h b/chrome/browser/ui/gtk/extensions/extension_view_gtk.h
index 39a9a160d041f85be2ce936e2b2d88a6f790094a..5476148b6eeee09c43331090d6859d5e514e63b3 100644
--- a/chrome/browser/ui/gtk/extensions/extension_view_gtk.h
+++ b/chrome/browser/ui/gtk/extensions/extension_view_gtk.h
@@ -13,9 +13,12 @@
class Browser;
class ExtensionHost;
-class RenderViewHost;
class SkBitmap;
+namespace content {
+class RenderViewHost;
+}
+
class ExtensionViewGtk {
public:
ExtensionViewGtk(ExtensionHost* extension_host, Browser* browser);
@@ -45,7 +48,7 @@ class ExtensionViewGtk {
// connection.
void RenderViewCreated();
- RenderViewHost* render_view_host() const;
+ content::RenderViewHost* render_view_host() const;
private:
void CreateWidgetHostView();
« no previous file with comments | « chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc ('k') | chrome/browser/ui/gtk/extensions/extension_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698