Index: components/tracing/tracing_messages.h |
diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h |
index 0a1fdc9bc48a07f225f1040ce6e2306d5a8cf051..ff891a0edaab768491d72a13c00c684c9ec93e4a 100644 |
--- a/components/tracing/tracing_messages.h |
+++ b/components/tracing/tracing_messages.h |
@@ -19,7 +19,7 @@ |
IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing, |
std::string /* category_filter_str */, |
base::TimeTicks /* browser_time */, |
- int /* base::debug::TraceLog::Options */) |
+ std::string /* base::debug::TraceOptions */) |
// Sent to all child processes to disable trace event recording. |
IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing) |
@@ -28,7 +28,7 @@ IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing) |
IPC_MESSAGE_CONTROL3(TracingMsg_EnableMonitoring, |
std::string /* category_filter_str */, |
base::TimeTicks /* browser_time */, |
- int /* base::debug::TraceLog::Options */) |
+ std::string /* base::debug::TraceOptions */) |
// Sent to all child processes to stop monitoring. |
IPC_MESSAGE_CONTROL0(TracingMsg_DisableMonitoring) |