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

Unified Diff: ui/chromeos/ime/mode_indicator_view.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/chromeos/ime/infolist_window.h ('k') | ui/chromeos/touch_exploration_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/mode_indicator_view.h
diff --git a/ui/chromeos/ime/mode_indicator_view.h b/ui/chromeos/ime/mode_indicator_view.h
index 4a2e962c4328b18a2903003b7fcb93fa176d4ec1..d9c824bf58e93715d046edbd3bf12d53e8b4bccd 100644
--- a/ui/chromeos/ime/mode_indicator_view.h
+++ b/ui/chromeos/ime/mode_indicator_view.h
@@ -45,7 +45,7 @@ class UI_CHROMEOS_EXPORT ModeIndicatorView : public views::BubbleDelegateView {
private:
gfx::Rect cursor_bounds_;
views::Label* label_view_;
- base::OneShotTimer<views::Widget> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(ModeIndicatorView);
};
« no previous file with comments | « ui/chromeos/ime/infolist_window.h ('k') | ui/chromeos/touch_exploration_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698