Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
index b8eae83d9d5a12bc415c688c574599dda92a3ab9..4db8cae40a8fbe497259e3ca820030ad9862703c 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
@@ -9,9 +9,9 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/timer.h" |
-#include "chrome/browser/tab_contents/render_view_host_delegate_helper.h" |
#include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "content/browser/tab_contents/tab_contents_view_helper.h" |
#include "ui/views/widget/widget.h" |
class ConstrainedWindowGtk; |
@@ -147,8 +147,8 @@ class TabContentsViewViews : public views::Widget, |
// The WebContents whose contents we display. |
content::WebContents* web_contents_; |
- // Common implementations of some RenderViewHostDelegate::View methods. |
- RenderViewHostDelegateViewHelper delegate_view_helper_; |
+ // Common implementations of some TabContentsView methods. |
+ TabContentsViewHelper tab_contents_view_helper_; |
NativeTabContentsView* native_tab_contents_view_; |