| Index: content/public/browser/interstitial_page.h
|
| diff --git a/content/public/browser/interstitial_page.h b/content/public/browser/interstitial_page.h
|
| index 0e9a1014f6bce26bb12dba20f84064f55af4e4d2..a8479f3ff3384b75b821e8e122e2363bbd5ccd64 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
|
|
|