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

Unified Diff: ash/display/display_configurator_animation.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
Index: ash/display/display_configurator_animation.h
diff --git a/ash/display/display_configurator_animation.h b/ash/display/display_configurator_animation.h
index 0c25b14ec0a84d1735dab8d76a566afb793bc975..2dcc0bdff9c96542b2e3f5da162ffcbe62b8d069 100644
--- a/ash/display/display_configurator_animation.h
+++ b/ash/display/display_configurator_animation.h
@@ -56,7 +56,7 @@ class ASH_EXPORT DisplayConfiguratorAnimation
void ClearHidingLayers();
std::map<aura::Window*, ui::Layer*> hiding_layers_;
- scoped_ptr<base::OneShotTimer<DisplayConfiguratorAnimation> > timer_;
+ scoped_ptr<base::OneShotTimer> timer_;
base::WeakPtrFactory<DisplayConfiguratorAnimation> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(DisplayConfiguratorAnimation);
« no previous file with comments | « ash/desktop_background/desktop_background_controller.h ('k') | ash/display/display_configurator_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698