diff options
Diffstat (limited to 'chrome/browser/views/location_bar_view.h')
| -rw-r--r-- | chrome/browser/views/location_bar_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h index ef8c73b..9038135 100644 --- a/chrome/browser/views/location_bar_view.h +++ b/chrome/browser/views/location_bar_view.h @@ -9,6 +9,7 @@ #include "base/gfx/rect.h" #include "chrome/browser/autocomplete/autocomplete_edit.h" +#include "chrome/browser/autocomplete/autocomplete_edit_view_win.h" #include "chrome/browser/location_bar.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/toolbar_model.h" @@ -335,7 +336,7 @@ class LocationBarView : public LocationBar, Profile* profile_; // The Autocomplete Edit field. - scoped_ptr<AutocompleteEditView> location_entry_; + scoped_ptr<AutocompleteEditViewWin> location_entry_; // The CommandUpdater for the Browser object that corresponds to this View. CommandUpdater* command_updater_; |
