| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 2141338e9b444f80352f54edbf7b1b274a25f867..4856ab516369218462e5a0b6c446b839fd1003f8 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -128,7 +128,7 @@ LocationBarView::LocationBarView(Browser* browser,
|
| ev_bubble_view_(NULL),
|
| location_entry_view_(NULL),
|
| selected_keyword_view_(NULL),
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) || defined(USE_AURA)
|
| suggested_text_view_(NULL),
|
| #endif
|
| keyword_hint_view_(NULL),
|
|
|