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

Unified Diff: storage/browser/quota/quota_database.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 | « remoting/protocol/pseudotcp_adapter.cc ('k') | storage/browser/quota/quota_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/quota_database.h
diff --git a/storage/browser/quota/quota_database.h b/storage/browser/quota/quota_database.h
index 6ca5651ece6bbd767511b188f33c639f4a296851..7112666faae446bbc4b7538f8ada5c3d1df35583 100644
--- a/storage/browser/quota/quota_database.h
+++ b/storage/browser/quota/quota_database.h
@@ -174,7 +174,7 @@ class STORAGE_EXPORT_PRIVATE QuotaDatabase {
bool is_recreating_;
bool is_disabled_;
- base::OneShotTimer<QuotaDatabase> timer_;
+ base::OneShotTimer timer_;
friend class content::QuotaDatabaseTest;
friend class QuotaManager;
« no previous file with comments | « remoting/protocol/pseudotcp_adapter.cc ('k') | storage/browser/quota/quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698