| Index: ui/chromeos/ime/infolist_window.h
|
| diff --git a/ui/chromeos/ime/infolist_window.h b/ui/chromeos/ime/infolist_window.h
|
| index 1051b96a9e5923b1a77ef9bb847d983dcd36a0d9..f305790fa8c51aae8a65767e545457064b3135f5 100644
|
| --- a/ui/chromeos/ime/infolist_window.h
|
| +++ b/ui/chromeos/ime/infolist_window.h
|
| @@ -56,7 +56,7 @@ class UI_CHROMEOS_EXPORT InfolistWindow : public views::BubbleDelegateView {
|
| // Information description font.
|
| gfx::FontList description_font_list_;
|
|
|
| - base::OneShotTimer<views::Widget> show_hide_timer_;
|
| + base::OneShotTimer show_hide_timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InfolistWindow);
|
| };
|
|
|