| Index: components/tracing/tracing_messages.h
|
| diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
|
| index b14254ed466e5e8576d5dab42bd151125b315630..11196e38d0ede22eab8b722ee77895a1c18559f4 100644
|
| --- a/components/tracing/tracing_messages.h
|
| +++ b/components/tracing/tracing_messages.h
|
| @@ -29,16 +29,15 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(base::trace_event::MemoryDumpRequestArgs)
|
| IPC_STRUCT_TRAITS_MEMBER(dump_guid)
|
| IPC_STRUCT_TRAITS_MEMBER(dump_type)
|
| -IPC_STRUCT_TRAITS_MEMBER(dump_args)
|
| +IPC_STRUCT_TRAITS_MEMBER(level_of_detail)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(base::trace_event::MemoryDumpArgs)
|
| IPC_STRUCT_TRAITS_MEMBER(level_of_detail)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(
|
| - base::trace_event::MemoryDumpArgs::LevelOfDetail,
|
| - base::trace_event::MemoryDumpArgs::LevelOfDetail::LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(base::trace_event::MemoryDumpLevelOfDetail,
|
| + base::trace_event::MemoryDumpLevelOfDetail::LAST)
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(
|
| base::trace_event::MemoryDumpType,
|
|
|