#ifndef CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_MDNS_DNS_SD_DEVICE_LISTER_H_
#define CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_MDNS_DNS_SD_DEVICE_LISTER_H_
#include <memory>
#include <string>
#include "base/memory/raw_ptr.h"
#include "chrome/browser/local_discovery/service_discovery_device_lister.h"
#include "chrome/common/buildflags.h"
namespace local_discovery {
class ServiceDiscoveryClient;
}
namespace media_router {
class DnsSdDelegate;
class DnsSdDeviceLister
: public local_discovery::ServiceDiscoveryDeviceLister::Delegate { … };
}
#endif