| Index: chrome/browser/ui/views/location_bar/click_handler.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/click_handler.cc b/chrome/browser/ui/views/location_bar/click_handler.cc
|
| index d94c83f797c1a681f1f3180ce6cdb11b50a7072d..710ec09d4f98a0e5e6f6b4dea1586ed75382af39 100644
|
| --- a/chrome/browser/ui/views/location_bar/click_handler.cc
|
| +++ b/chrome/browser/ui/views/location_bar/click_handler.cc
|
| @@ -26,7 +26,7 @@ void ClickHandler::OnMouseReleased(const views::MouseEvent& event) {
|
| return;
|
|
|
| TabContents* tab = location_bar_->GetTabContentsWrapper()->tab_contents();
|
| - NavigationEntry* nav_entry = tab->GetController().GetActiveEntry();
|
| + NavigationEntry* nav_entry = tab->controller().GetActiveEntry();
|
| if (!nav_entry) {
|
| NOTREACHED();
|
| return;
|
|
|