chromium/third_party/openscreen/src/discovery/dnssd/testing/fake_network_interface_config.h

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

#ifndef DISCOVERY_DNSSD_TESTING_FAKE_NETWORK_INTERFACE_CONFIG_H_
#define DISCOVERY_DNSSD_TESTING_FAKE_NETWORK_INTERFACE_CONFIG_H_

#include <utility>

#include "discovery/dnssd/impl/network_interface_config.h"

namespace openscreen::discovery {

class FakeNetworkInterfaceConfig : public NetworkInterfaceConfig {};

}  // namespace openscreen::discovery

#endif  // DISCOVERY_DNSSD_TESTING_FAKE_NETWORK_INTERFACE_CONFIG_H_