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

Unified Diff: ash/frame/caption_buttons/frame_size_button.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 | « ash/display/resolution_notification_controller.cc ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/caption_buttons/frame_size_button.h
diff --git a/ash/frame/caption_buttons/frame_size_button.h b/ash/frame/caption_buttons/frame_size_button.h
index 949a94cc07ac796822d0705f37bb50ceb0dfbbe0..633ac49b131751b7f92a78efc31ba5194a480fb8 100644
--- a/ash/frame/caption_buttons/frame_size_button.h
+++ b/ash/frame/caption_buttons/frame_size_button.h
@@ -97,7 +97,7 @@ class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
// right.
int set_buttons_to_snap_mode_delay_ms_;
- base::OneShotTimer<FrameSizeButton> set_buttons_to_snap_mode_timer_;
+ base::OneShotTimer set_buttons_to_snap_mode_timer_;
// Whether the buttons adjacent to the size button snap the window left and
// right.
« no previous file with comments | « ash/display/resolution_notification_controller.cc ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698