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

Unified Diff: content/browser/tracing/background_tracing_rule.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: . 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: content/browser/tracing/background_tracing_rule.cc
diff --git a/content/browser/tracing/background_tracing_rule.cc b/content/browser/tracing/background_tracing_rule.cc
index b32e0b13740af00432db09121f95ee690b092e52..1a1f40e05db5d45d86e1887fa122f98265af1ee9 100644
--- a/content/browser/tracing/background_tracing_rule.cc
+++ b/content/browser/tracing/background_tracing_rule.cc
@@ -263,7 +263,7 @@ class ReactiveTraceAtRandomIntervalsRule : public BackgroundTracingRule {
private:
std::string named_event_;
- base::OneShotTimer<ReactiveTraceAtRandomIntervalsRule> trigger_timer_;
+ base::OneShotTimer trigger_timer_;
BackgroundTracingConfigImpl::CategoryPreset category_preset_;
BackgroundTracingManagerImpl::TriggerHandle handle_;
int timeout_min_;

Powered by Google App Engine
This is Rietveld 408576698