| Index: components/tracing/core/proto_zero_message.cc
|
| diff --git a/components/tracing/core/proto_zero_message.cc b/components/tracing/core/proto_zero_message.cc
|
| index a555683428cacbfc3b0a2cd007fdf3b5f89037c6..20785476d1364000b4f7b081fee1b69826bd07bd 100644
|
| --- a/components/tracing/core/proto_zero_message.cc
|
| +++ b/components/tracing/core/proto_zero_message.cc
|
| @@ -24,7 +24,7 @@ ProtoZeroMessage::ProtoZeroMessage() {
|
| // |nested_messages_arena_| and implictly destroyed when the arena of the
|
| // root message goes away. This is fine as long as all the fields are PODs,
|
| // hence the static_assert below.
|
| - static_assert(base::is_trivially_destructible<ProtoZeroMessage>::value,
|
| + static_assert(std::is_trivially_destructible<ProtoZeroMessage>::value,
|
| "ProtoZeroMessage must be trivially destructible");
|
|
|
| static_assert(
|
|
|