chromium/mojo/public/cpp/base/thread_type_mojom_traits.cc

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

#include "mojo/public/cpp/base/thread_type_mojom_traits.h"

#include "base/notreached.h"
#include "base/threading/platform_thread.h"

namespace mojo {

// static
mojo_base::mojom::ThreadType
EnumTraits<mojo_base::mojom::ThreadType, base::ThreadType>::ToMojom(
    base::ThreadType thread_type) {}

// static
bool EnumTraits<mojo_base::mojom::ThreadType, base::ThreadType>::FromMojom(
    mojo_base::mojom::ThreadType input,
    base::ThreadType* out) {}

}  // namespace mojo