| 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 e8d3b56a391b250b959dc570e25d0c26b3fcfe55..66128c5aba9c50dd750aa62d779ba4279f8b35f4 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_helper.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_helper.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/render_widget_host.h"
|
| -#include "content/browser/renderer_host/render_widget_host_view.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/common/view_messages.h"
|
| +#include "content/port/browser/render_widget_host_view_port.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| @@ -16,6 +16,7 @@
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "content/public/browser/web_contents_view.h"
|
|
|
| +using content::RenderWidgetHostView;
|
| using content::RenderWidgetHostViewPort;
|
| using content::WebContents;
|
|
|
|
|