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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 1121463005: Fixit: Split base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Windows compile fixes. Created 5 years, 8 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 | « cc/debug/rendering_stats_instrumentation.cc ('k') | components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/child_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index a6453a3e640acb79704c64c89b449147614b8af8..28cdd57f4547452ca4ec46089bdcd96342f4407f 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -38,11 +38,11 @@ class ChildTraceMessageFilter : public IPC::MessageFilter {
private:
// Message handlers.
void OnBeginTracing(const std::string& category_filter_str,
- base::TimeTicks browser_time,
+ base::TraceTicks browser_time,
const std::string& options);
void OnEndTracing();
void OnEnableMonitoring(const std::string& category_filter_str,
- base::TimeTicks browser_time,
+ base::TraceTicks browser_time,
const std::string& options);
void OnDisableMonitoring();
void OnCaptureMonitoringSnapshot();
« no previous file with comments | « cc/debug/rendering_stats_instrumentation.cc ('k') | components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698