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

// Copyright 2019 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/message_pump_type_mojom_traits.h"
#include "build/build_config.h"

namespace mojo {

// static
mojo_base::mojom::MessagePumpType
EnumTraits<mojo_base::mojom::MessagePumpType, base::MessagePumpType>::ToMojom(
    base::MessagePumpType input) {}

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

}  // namespace mojo