chromium/content/browser/tracing/trace_report/trace_report_mojom_traits.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/browser/tracing/trace_report/trace_report_mojom_traits.h"

namespace mojo {

ReportUploadState
EnumTraits<ReportUploadState, content::ReportUploadState>::ToMojom(
    content::ReportUploadState input) {}

bool EnumTraits<ReportUploadState, content::ReportUploadState>::FromMojom(
    ReportUploadState input,
    content::ReportUploadState* output) {}

SkipUploadReason
EnumTraits<SkipUploadReason, content::SkipUploadReason>::ToMojom(
    content::SkipUploadReason input) {}

bool EnumTraits<SkipUploadReason, content::SkipUploadReason>::FromMojom(
    SkipUploadReason input,
    content::SkipUploadReason* output) {}

}  // namespace mojo