| Index: content/browser/tab_contents/tab_contents_view_helper.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view_helper.cc b/content/browser/tab_contents/tab_contents_view_helper.cc
|
| index d21a8bd09461cb48a852bcc3801b23c8da9fa6e4..f1233542950f3bfa6d3b8db84bb7344af68acd66 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_helper.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_helper.cc
|
| @@ -15,6 +15,9 @@
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "content/public/browser/web_contents_view.h"
|
|
|
| +using content::RenderViewHostImpl;
|
| +using content::RenderWidgetHost;
|
| +using content::RenderWidgetHostImpl;
|
| using content::RenderWidgetHostView;
|
| using content::RenderWidgetHostViewPort;
|
| using content::WebContents;
|
|
|