Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ui/chromeos/ime/infolist_window.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/x/selection_requestor.h ('k') | ui/chromeos/ime/mode_indicator_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ui/base/x/selection_requestor.h ('k') | ui/chromeos/ime/mode_indicator_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698