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

Unified Diff: components/tracing/tracing_messages.h

Issue 868603007: Mechanical rename of base::debug -> base::trace_event [final pass]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part3_1
Patch Set: Fixing win file. Created 5 years, 10 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 | « components/tracing/child_trace_message_filter.cc ('k') | gpu/command_buffer/service/gpu_state_tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/tracing_messages.h
diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
index 80885a9047ac50cd12cc14736c444f7bdbf58129..6cd6b272e6dcd85d9a61c964541a0d90c045cec2 100644
--- a/components/tracing/tracing_messages.h
+++ b/components/tracing/tracing_messages.h
@@ -16,7 +16,7 @@
#define IPC_MESSAGE_START TracingMsgStart
-IPC_STRUCT_TRAITS_BEGIN(base::debug::TraceLogStatus)
+IPC_STRUCT_TRAITS_BEGIN(base::trace_event::TraceLogStatus)
IPC_STRUCT_TRAITS_MEMBER(event_capacity)
IPC_STRUCT_TRAITS_MEMBER(event_count)
IPC_STRUCT_TRAITS_END()
@@ -25,7 +25,7 @@ IPC_STRUCT_TRAITS_END()
IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing,
std::string /* category_filter_str */,
base::TimeTicks /* browser_time */,
- std::string /* base::debug::TraceOptions */)
+ std::string /* base::trace_event::TraceOptions */)
// Sent to all child processes to disable trace event recording.
IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing)
@@ -34,7 +34,7 @@ IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing)
IPC_MESSAGE_CONTROL3(TracingMsg_EnableMonitoring,
std::string /* category_filter_str */,
base::TimeTicks /* browser_time */,
- std::string /* base::debug::TraceOptions */)
+ std::string /* base::trace_event::TraceOptions */)
// Sent to all child processes to stop monitoring.
IPC_MESSAGE_CONTROL0(TracingMsg_DisableMonitoring)
@@ -76,5 +76,6 @@ IPC_MESSAGE_CONTROL1(TracingHostMsg_MonitoringTraceDataCollected,
std::string /*json trace data*/)
// Reply to TracingMsg_GetTraceLogStatus.
-IPC_MESSAGE_CONTROL1(TracingHostMsg_TraceLogStatusReply,
- base::debug::TraceLogStatus /*status of the trace log*/)
+IPC_MESSAGE_CONTROL1(
+ TracingHostMsg_TraceLogStatusReply,
+ base::trace_event::TraceLogStatus /*status of the trace log*/)
« no previous file with comments | « components/tracing/child_trace_message_filter.cc ('k') | gpu/command_buffer/service/gpu_state_tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698