| 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 9cdef1dca0f2591858421aa30e2451776597fd5a..85dd57604522a8fb6d7f883d4ce4550618c4e37a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -201,7 +201,8 @@ void LocationBarView::Init() {
|
|
|
| // Initialize the inline autocomplete view which is visible only when IME is
|
| // turned on. Use the same font with the omnibox and highlighted background.
|
| - ime_inline_autocomplete_view_ = new views::Label(base::string16(), font_list);
|
| + ime_inline_autocomplete_view_ =
|
| + new views::Label(base::string16(), views::Label::CustomFont{font_list});
|
| ime_inline_autocomplete_view_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| ime_inline_autocomplete_view_->SetAutoColorReadabilityEnabled(false);
|
| ime_inline_autocomplete_view_->set_background(
|
|
|