diff options
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 |