| 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 284f8672adcee772b35cd6d0e4879e2190544d6c..ac78d8b2bc491c7a6e4fc6e79a90ef3798e57c9a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -213,7 +213,7 @@ void LocationBarView::Init() {
|
| gfx::FontList bubble_font_list =
|
| font_list.DeriveWithHeightUpperBound(bubble_height);
|
| keyword_hint_view_ = new KeywordHintView(
|
| - this, profile(), font_list, bubble_font_list, location_height,
|
| + this, profile(), font_list, bubble_font_list,
|
| GetColor(LocationBarView::DEEMPHASIZED_TEXT), background_color);
|
| AddChildView(keyword_hint_view_);
|
|
|
|
|