| Index: content/browser/tab_contents/render_view_host_manager.cc
|
| diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc
|
| index 3d7b9c53e76817cb551b44b6609acf3b3a102d70..8b76009ddb97065b7a1906ff73a61569df1f872a 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.cc
|
| +++ b/content/browser/tab_contents/render_view_host_manager.cc
|
| @@ -30,6 +30,8 @@
|
| using content::NavigationController;
|
| using content::NavigationEntry;
|
| using content::NavigationEntryImpl;
|
| +using content::RenderViewHost;
|
| +using content::RenderViewHostImpl;
|
| using content::RenderWidgetHostView;
|
| using content::RenderWidgetHostViewPort;
|
| using content::SiteInstance;
|
|
|