| 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 41b9e78ad2634cdc3fad80fe54735534241d6667..8e8522a797d34d74db79af19e46298fc27b74ef5 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
|
| @@ -10,7 +10,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h"
|
| -#include "content/browser/tab_contents/tab_contents_view_helper.h"
|
| +#include "content/browser/web_contents/web_contents_view_helper.h"
|
| #include "content/public/browser/web_contents_view.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| @@ -128,7 +128,7 @@ class TabContentsViewViews : public views::Widget,
|
| content::WebContents* web_contents_;
|
|
|
| // Common implementations of some WebContentsView methods.
|
| - TabContentsViewHelper tab_contents_view_helper_;
|
| + WebContentsViewHelper web_contents_view_helper_;
|
|
|
| NativeTabContentsView* native_tab_contents_view_;
|
|
|
|
|