diff options
Diffstat (limited to 'chrome/browser/views/location_bar_view.cc')
| -rw-r--r-- | chrome/browser/views/location_bar_view.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc index 7cd64a7..8290b01 100644 --- a/chrome/browser/views/location_bar_view.cc +++ b/chrome/browser/views/location_bar_view.cc @@ -119,10 +119,10 @@ void LocationBarView::Init() { // URL edit field. views::Widget* widget = GetWidget(); - location_entry_.reset(new AutocompleteEditView(font_, this, model_, this, - widget->GetHWND(), - profile_, command_updater_, - popup_window_mode_)); + location_entry_.reset(new AutocompleteEditViewWin(font_, this, model_, this, + widget->GetHWND(), + profile_, command_updater_, + popup_window_mode_)); // View container for URL edit field. location_entry_view_ = new views::HWNDView; |
