summaryrefslogtreecommitdiff
path: root/chromium/components/tracing/core/proto_zero_message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/tracing/core/proto_zero_message.cc')
-rw-r--r--chromium/components/tracing/core/proto_zero_message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/tracing/core/proto_zero_message.cc b/chromium/components/tracing/core/proto_zero_message.cc
index a555683428c..20785476d13 100644
--- a/chromium/components/tracing/core/proto_zero_message.cc
+++ b/chromium/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(