#ifndef SERVICES_TRACING_PUBLIC_MOJOM_CONSOLE_CONFIG_MOJOM_TRAITS_H_
#define SERVICES_TRACING_PUBLIC_MOJOM_CONSOLE_CONFIG_MOJOM_TRAITS_H_
#include "base/notreached.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "services/tracing/public/mojom/perfetto_service.mojom-shared.h"
#include "third_party/perfetto/protos/perfetto/config/interceptors/console_config.gen.h"
namespace mojo {
template <>
struct EnumTraits<tracing::mojom::ConsoleOutput,
perfetto::protos::gen::ConsoleConfig::Output> { … };
template <>
class StructTraits<tracing::mojom::ConsoleConfigDataView,
perfetto::protos::gen::ConsoleConfig> { … };
}
#endif