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

Unified Diff: chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc

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: chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
diff --git a/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc b/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
index c62a4901a6f590aa00db72de8e5a3ff4cfae3eca..8a58aba4db55410a1afff80a42ff77e87bd8c2d8 100644
--- a/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
+++ b/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
@@ -265,7 +265,7 @@ class WallpaperManager::PendingWallpaper :
// This is "on destroy" callback that will call OnWallpaperSet() when
// image will be loaded.
wallpaper::MovableOnDestroyCallbackHolder on_finish_;
- base::OneShotTimer<WallpaperManager::PendingWallpaper> timer;
+ base::OneShotTimer timer;
// Load start time to calculate duration.
base::Time started_load_at_;

Powered by Google App Engine
This is Rietveld 408576698