#ifndef SERVICES_TRACING_PUBLIC_MOJOM_INTERCEPTOR_CONFIG_MOJOM_TRAITS_H_
#define SERVICES_TRACING_PUBLIC_MOJOM_INTERCEPTOR_CONFIG_MOJOM_TRAITS_H_
#include <string>
#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/interceptor_config.gen.h"
#include "third_party/perfetto/protos/perfetto/config/interceptors/console_config.gen.h"
namespace mojo {
template <>
class StructTraits<tracing::mojom::InterceptorConfigDataView,
perfetto::protos::gen::InterceptorConfig> { … };
}
#endif