chromium/ipc/native_handle_type_converters.cc

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

#include "ipc/native_handle_type_converters.h"

namespace mojo {

// static
IPC::MessageAttachment::Type TypeConverter<
    IPC::MessageAttachment::Type,
    native::SerializedHandleType>::Convert(native::SerializedHandleType type) {}

// static
native::SerializedHandleType TypeConverter<
    native::SerializedHandleType,
    IPC::MessageAttachment::Type>::Convert(IPC::MessageAttachment::Type type) {}

}  // namespace mojo