commit | eaabba206ae14905ef3a922e7b839cab285dd940 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 15:02:11 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 15:02:11 2012 |
tree | 13f52a325e90d2d5522ddac3e558a54eea026d06 | |
parent | 15b43fba084a9880c76736167c782dea8df24a78 [diff] [blame] |
Move Render(View|Widget)Host and associated classes to content namespace. [email protected] BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125388 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h index 655ec2e..f73813b5 100644 --- a/content/public/browser/web_contents.h +++ b/content/public/browser/web_contents.h
@@ -18,8 +18,6 @@ #include "ui/gfx/native_widget_types.h" #include "webkit/glue/window_open_disposition.h" -class RenderViewHost; - namespace base { class PropertyBag; class TimeTicks; @@ -40,6 +38,7 @@ class InterstitialPage; class NavigationController; class RenderProcessHost; +class RenderViewHost; class RenderWidgetHostView; class SessionStorageNamespace; class SiteInstance;