#ifndef CONTENT_BROWSER_TRACING_TRACE_REPORT_TRACE_REPORT_MOJOM_TRAITS_H_
#define CONTENT_BROWSER_TRACING_TRACE_REPORT_TRACE_REPORT_MOJOM_TRAITS_H_
#include "content/browser/tracing/trace_report/trace_report.mojom.h"
#include "content/browser/tracing/trace_report/trace_report_database.h"
namespace mojo {
namespace {
ReportUploadState;
SkipUploadReason;
}
template <>
struct EnumTraits<ReportUploadState, content::ReportUploadState> { … };
template <>
struct EnumTraits<SkipUploadReason, content::SkipUploadReason> { … };
}
#endif