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

Unified Diff: chrome/browser/chromeos/customization/customization_wallpaper_downloader.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: chrome/browser/chromeos/customization/customization_wallpaper_downloader.h
diff --git a/chrome/browser/chromeos/customization/customization_wallpaper_downloader.h b/chrome/browser/chromeos/customization/customization_wallpaper_downloader.h
index 5218d1c06c07783cb3450d7d4a94ed23be15b76a..a3fa7287e0bd7c3f1441295fce9053e9f8a0c8b9 100644
--- a/chrome/browser/chromeos/customization/customization_wallpaper_downloader.h
+++ b/chrome/browser/chromeos/customization/customization_wallpaper_downloader.h
@@ -93,7 +93,7 @@ class CustomizationWallpaperDownloader : public net::URLFetcherDelegate {
const base::FilePath wallpaper_temporary_file_;
// Pending retry.
- base::OneShotTimer<CustomizationWallpaperDownloader> request_scheduled_;
+ base::OneShotTimer request_scheduled_;
// Number of download retries (first attempt is not counted as retry).
size_t retries_;
« no previous file with comments | « chrome/browser/chromeos/camera_presence_notifier.h ('k') | chrome/browser/chromeos/extensions/install_limiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698