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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_view_mac.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/cocoa/extensions/extension_view_mac.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
index c17380b03ddd5dcb1d33a7cf8ed8e8614007ab57..68ba481dd2b55916c8cf949845f5ec404f7a1076 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
@@ -13,9 +13,12 @@
class Browser;
class ExtensionHost;
-class RenderViewHost;
class SkBitmap;
+namespace content {
+class RenderViewHost;
+}
+
// This class represents extension views. An extension view internally contains
// a bridge to an extension process, which draws to the extension view's
// native view object through IPC.
@@ -73,7 +76,7 @@ class ExtensionViewMac {
static const CGFloat kMaxHeight;
private:
- RenderViewHost* render_view_host() const;
+ content::RenderViewHost* render_view_host() const;
void CreateWidgetHostView();

Powered by Google App Engine
This is Rietveld 408576698