| Index: chrome/browser/ui/views/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar_view.cc b/chrome/browser/ui/views/toolbar_view.cc
|
| index 4f98b6e5b3694e4a6f33bc4d99af3b1dabbd9ede..43eb3da81e71540ec465483efd87770a9a3038f7 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar_view.cc
|
| @@ -248,6 +248,7 @@ void ToolbarView::Init(views::View* location_bar_parent,
|
| location_bar_parent,
|
| chrome::search::IsInstantExtendedAPIEnabled(browser_->profile()));
|
| location_bar_ = new LocationBarView(
|
| + browser_,
|
| browser_->profile(),
|
| browser_->command_controller()->command_updater(),
|
| model_,
|
|
|