| Index: components/tracing/tracing_messages.h
|
| diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
|
| index d9ba630fc5cbf42e877cb5b7de6e90eec03ec02f..831652e4cf558f7fea6840ebd6007c2c78386b0b 100644
|
| --- a/components/tracing/tracing_messages.h
|
| +++ b/components/tracing/tracing_messages.h
|
| @@ -34,7 +34,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(
|
| // Sent to all child processes to enable trace event recording.
|
| IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing,
|
| std::string /* category_filter_str */,
|
| - base::TimeTicks /* browser_time */,
|
| + base::TraceTicks /* browser_time */,
|
| std::string /* base::trace_event::TraceOptions */)
|
|
|
| // Sent to all child processes to disable trace event recording.
|
| @@ -43,7 +43,7 @@ IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing)
|
| // Sent to all child processes to start monitoring.
|
| IPC_MESSAGE_CONTROL3(TracingMsg_EnableMonitoring,
|
| std::string /* category_filter_str */,
|
| - base::TimeTicks /* browser_time */,
|
| + base::TraceTicks /* browser_time */,
|
| std::string /* base::trace_event::TraceOptions */)
|
|
|
| // Sent to all child processes to stop monitoring.
|
|
|