aboutsummaryrefslogtreecommitdiff
path: root/discovery/mdns/mdns_receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'discovery/mdns/mdns_receiver.h')
-rw-r--r--discovery/mdns/mdns_receiver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/discovery/mdns/mdns_receiver.h b/discovery/mdns/mdns_receiver.h
index ca02543e..15db8758 100644
--- a/discovery/mdns/mdns_receiver.h
+++ b/discovery/mdns/mdns_receiver.h
@@ -14,11 +14,8 @@ namespace discovery {
class MdnsMessage;
-class MdnsReceiver : openscreen::platform::UdpSocket::Client {
+class MdnsReceiver : UdpSocket::Client {
public:
- using UdpPacket = openscreen::platform::UdpPacket;
- using UdpSocket = openscreen::platform::UdpSocket;
-
// MdnsReceiver does not own |socket| and |delegate|
// and expects that the lifetime of these objects exceeds the lifetime of
// MdnsReceiver.