| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index 0c35180a11fea4728acd48aac61a1fffa1eaa395..34fc81390c9f27447fcc24d6419899e748fd12dd 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -97,7 +97,7 @@ class ToolbarView : public views::AccessiblePaneView,
|
| const gfx::Point& point) OVERRIDE;
|
|
|
| // Overridden from LocationBarView::Delegate:
|
| - virtual TabContents* GetTabContents() const OVERRIDE;
|
| + virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| virtual InstantController* GetInstant() OVERRIDE;
|
| virtual views::Widget* CreateViewsBubble(
|
| views::BubbleDelegateView* bubble_delegate) OVERRIDE;
|
|
|