// 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_MDNS_PUBLIC_MDNS_DOMAIN_CONFIRMED_PROVIDER_H_ #define DISCOVERY_MDNS_PUBLIC_MDNS_DOMAIN_CONFIRMED_PROVIDER_H_ #include "discovery/mdns/public/mdns_records.h" namespace openscreen::discovery { class MdnsDomainConfirmedProvider { … }; } // namespace openscreen::discovery #endif // DISCOVERY_MDNS_PUBLIC_MDNS_DOMAIN_CONFIRMED_PROVIDER_H_