| Index: content/browser/tab_contents/interstitial_page_impl.cc
|
| diff --git a/content/browser/tab_contents/interstitial_page_impl.cc b/content/browser/tab_contents/interstitial_page_impl.cc
|
| index 4a29a22c42d0e499f140b1af73810af0903bc013..a01cbf5e3fa73bfc77be31a5bb433078c7e12489 100644
|
| --- a/content/browser/tab_contents/interstitial_page_impl.cc
|
| +++ b/content/browser/tab_contents/interstitial_page_impl.cc
|
| @@ -41,7 +41,11 @@ using content::InterstitialPageDelegate;
|
| using content::NavigationController;
|
| using content::NavigationEntry;
|
| using content::NavigationEntryImpl;
|
| +using content::RenderViewHost;
|
| +using content::RenderViewHostImpl;
|
| using content::RenderViewHostDelegate;
|
| +using content::RenderWidgetHost;
|
| +using content::RenderWidgetHostImpl;
|
| using content::RenderWidgetHostView;
|
| using content::RenderWidgetHostViewPort;
|
| using content::SiteInstance;
|
|
|