| 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();
|
|
|