| 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..d3130d080d99ff18beea85a98f35f7900e23de64 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
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -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_;
|
|
|
|
|