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

// 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.

#ifndef DISCOVERY_DNSSD_TESTING_FAKE_DNS_RECORD_FACTORY_H_
#define DISCOVERY_DNSSD_TESTING_FAKE_DNS_RECORD_FACTORY_H_

#include <stdint.h>

#include <chrono>

#include "discovery/dnssd/impl/constants.h"
#include "discovery/mdns/public/mdns_records.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace openscreen::discovery {

class FakeDnsRecordFactory {};

}  // namespace openscreen::discovery

#endif  // DISCOVERY_DNSSD_TESTING_FAKE_DNS_RECORD_FACTORY_H_