Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h

Issue 10031044: TabContents -> WebContentsImpl, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (fixed) Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698