| Index: content/browser/tab_contents/interstitial_page_impl.h
|
| diff --git a/content/browser/tab_contents/interstitial_page_impl.h b/content/browser/tab_contents/interstitial_page_impl.h
|
| index bd5d699559b3cfc4a0909f512329f991780a2cec..6f1f27ad2c0d46bc15893b3d97b7cca8b3282f69 100644
|
| --- a/content/browser/tab_contents/interstitial_page_impl.h
|
| +++ b/content/browser/tab_contents/interstitial_page_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +class RenderViewHostImpl;
|
| class TabContents;
|
|
|
| namespace content {
|
| @@ -159,7 +160,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| ActionState action_taken_;
|
|
|
| // The RenderViewHost displaying the interstitial contents.
|
| - RenderViewHost* render_view_host_;
|
| + RenderViewHostImpl* render_view_host_;
|
|
|
| // The IDs for the Render[View|Process]Host hidden by this interstitial.
|
| int original_child_id_;
|
|
|