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

Unified Diff: content/public/browser/web_contents_view.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: Ready for review, take 2 Created 8 years, 10 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: content/public/browser/web_contents_view.h
diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h
index ba25da03d10f0ded4eb6bdb65fe6c480e9fc51c4..187fe72ee69e748147f2eda9f6e5b3c1b07c5761 100644
--- a/content/public/browser/web_contents_view.h
+++ b/content/public/browser/web_contents_view.h
@@ -15,12 +15,12 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
-class RenderViewHost;
-class RenderWidgetHost;
class TabContents;
namespace content {
+class RenderViewHost;
+class RenderWidgetHost;
class RenderWidgetHostView;
// The WebContentsView is an interface that is implemented by the platform-

Powered by Google App Engine
This is Rietveld 408576698