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

Unified Diff: chrome/browser/extensions/activity_log/activity_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
Index: chrome/browser/extensions/activity_log/activity_database.h
diff --git a/chrome/browser/extensions/activity_log/activity_database.h b/chrome/browser/extensions/activity_log/activity_database.h
index 9479f0d2f1be30d89369af6bc89cadb0571d4e36..2011f0ffbb3c04a8d57b21aff905285d84a2f070 100644
--- a/chrome/browser/extensions/activity_log/activity_database.h
+++ b/chrome/browser/extensions/activity_log/activity_database.h
@@ -188,7 +188,7 @@ class ActivityDatabase {
bool valid_db_;
bool batch_mode_;
base::TimeDelta batching_period_;
- base::RepeatingTimer<ActivityDatabase> timer_;
+ base::RepeatingTimer timer_;
bool already_closed_;
bool did_init_;
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.h ('k') | chrome/browser/extensions/api/audio_modem/audio_modem_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698