Index: ipc/ipc_message.h |
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h |
index 9bb7a287c0653743404e116e1bf26988d9458d48..ac8b3639a3ced49d37115ca317ab30e0fe172f8a 100644 |
--- a/ipc/ipc_message.h |
+++ b/ipc/ipc_message.h |
@@ -205,7 +205,7 @@ class IPC_EXPORT Message : public base::Pickle { |
} |
// Called to trace when message is received. |
void TraceMessageEnd() { |
- TRACE_EVENT_FLOW_END0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC", |
+ TRACE_EVENT_FLOW_END_BIND_TO_ENCLOSING0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC", |
header()->flags); |
} |