diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 15:02:11 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 15:02:11 +0000 |
commit | eaabba206ae14905ef3a922e7b839cab285dd940 (patch) | |
tree | 13f52a325e90d2d5522ddac3e558a54eea026d06 /content/public/browser/interstitial_page.h | |
parent | 15b43fba084a9880c76736167c782dea8df24a78 (diff) | |
download | chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.zip chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.tar.gz chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.tar.bz2 |
Move Render(View|Widget)Host and associated classes to content namespace.
TBR=jam@chromium.org
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
Diffstat (limited to 'content/public/browser/interstitial_page.h')
-rw-r--r-- | content/public/browser/interstitial_page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/interstitial_page.h b/content/public/browser/interstitial_page.h index 0e9a101..a8479f3 100644 --- a/content/public/browser/interstitial_page.h +++ b/content/public/browser/interstitial_page.h @@ -9,7 +9,6 @@ #include "content/common/content_export.h" class GURL; -class RenderViewHost; namespace gfx { class Size; @@ -18,6 +17,7 @@ class Size; namespace content { class InterstitialPageDelegate; +class RenderViewHost; class WebContents; // This class is used for showing interstitial pages, pages that show some |