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

Unified Diff: storage/browser/quota/quota_manager.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 | « storage/browser/quota/quota_database.h ('k') | storage/browser/quota/quota_temporary_storage_evictor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/quota_manager.h
diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
index 506aa0ad05f806d9bd3ec58f1734ca2829a97229..3e053887b1ff41fb41810af6b5bfa9f134f6aa3d 100644
--- a/storage/browser/quota/quota_manager.h
+++ b/storage/browser/quota/quota_manager.h
@@ -452,7 +452,7 @@ class STORAGE_EXPORT QuotaManager
scoped_refptr<SpecialStoragePolicy> special_storage_policy_;
- base::RepeatingTimer<QuotaManager> histogram_timer_;
+ base::RepeatingTimer histogram_timer_;
// Pointer to the function used to get the available disk space. This is
// overwritten by QuotaManagerTest in order to attain a deterministic reported
« no previous file with comments | « storage/browser/quota/quota_database.h ('k') | storage/browser/quota/quota_temporary_storage_evictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698