Index: chrome/browser/ui/views/frame/browser_view.h |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_view.h (revision 132305) |
+++ chrome/browser/ui/views/frame/browser_view.h (working copy) |
@@ -67,7 +67,6 @@ |
class AccessiblePaneView; |
class ExternalFocusTracker; |
class Menu; |
-class WebView; |
} |
/////////////////////////////////////////////////////////////////////////////// |
@@ -614,13 +613,13 @@ |
InfoBarContainerView* infobar_container_; |
// The view that contains the selected TabContents. |
- views::WebView* contents_container_; |
+ TabContentsContainer* contents_container_; |
// The view that contains devtools window for the selected TabContents. |
TabContentsContainer* devtools_container_; |
// The view that contains instant's TabContents. |
- views::WebView* preview_container_; |
+ TabContentsContainer* preview_container_; |
// The view managing both the contents_container_ and preview_container_. |
ContentsContainer* contents_; |