| Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| index 76c65820df199a447804f4773ecb533477549999..131ee220f3452f182e9fa35e129002f7e3b34feb 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| @@ -449,7 +449,7 @@ void OmniboxEditModel::StopAutocomplete() {
|
| }
|
|
|
| bool OmniboxEditModel::CanPasteAndGo(const string16& text) const {
|
| - if (!view_->GetCommandUpdater()->IsCommandEnabled(IDC_OPEN_CURRENT_URL))
|
| + if (!view_->command_updater()->IsCommandEnabled(IDC_OPEN_CURRENT_URL))
|
| return false;
|
|
|
| AutocompleteMatch match;
|
|
|