18 lines
422 B
C++
18 lines
422 B
C++
// 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 "net/dns/mock_mdns_client.h"
|
|
|
|
namespace net {
|
|
|
|
MockMDnsTransaction::MockMDnsTransaction() = default;
|
|
|
|
MockMDnsTransaction::~MockMDnsTransaction() = default;
|
|
|
|
MockMDnsClient::MockMDnsClient() = default;
|
|
|
|
MockMDnsClient::~MockMDnsClient() = default;
|
|
|
|
} // namespace net
|