chromium/services/network/public/cpp/network_interface_mojom_traits.cc

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

#include "services/network/public/cpp/network_interface_mojom_traits.h"

#include "services/network/public/cpp/ip_address_mojom_traits.h"

namespace mojo {

bool StructTraits<
    network::mojom::NetworkInterfaceDataView,
    net::NetworkInterface>::Read(network::mojom::NetworkInterfaceDataView data,
                                 net::NetworkInterface* out) {}

network::mojom::ConnectionType
EnumTraits<network::mojom::ConnectionType,
           net::NetworkChangeNotifier::ConnectionType>::
    ToMojom(net::NetworkChangeNotifier::ConnectionType input) {}

bool EnumTraits<network::mojom::ConnectionType,
                net::NetworkChangeNotifier::ConnectionType>::
    FromMojom(network::mojom::ConnectionType input,
              net::NetworkChangeNotifier::ConnectionType* output) {}

}  // namespace mojo