#include "third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom-params-data.h"
namespace blink {
namespace mojom {
NOINLINE static const char* WebFeatureToStringHelper(WebFeature value) { … }
std::string WebFeatureToString(WebFeature value) { … }
std::ostream& operator<<(std::ostream& os, WebFeature value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::WebFeature>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::WebFeature value) { … }
}