| Index: ash/ime/infolist_window.h
|
| diff --git a/ash/ime/infolist_window.h b/ash/ime/infolist_window.h
|
| index e7c984ad8d69ee27212f4b6844be2fbc7ac3d439..921c87b0dd0f16a946ec5201bd1277bc1d631aa1 100644
|
| --- a/ash/ime/infolist_window.h
|
| +++ b/ash/ime/infolist_window.h
|
| @@ -48,10 +48,10 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView {
|
| std::vector<InfolistEntryView*> entry_views_;
|
|
|
| // Information title font.
|
| - gfx::FontList title_font_;
|
| + gfx::FontList title_font_list_;
|
|
|
| // Information description font.
|
| - gfx::FontList description_font_;
|
| + gfx::FontList description_font_list_;
|
|
|
| base::OneShotTimer<views::Widget> show_hide_timer_;
|
|
|
|
|