aboutsummaryrefslogtreecommitdiff
path: root/osp/public/mdns_service_listener_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'osp/public/mdns_service_listener_factory.h')
-rw-r--r--osp/public/mdns_service_listener_factory.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/osp/public/mdns_service_listener_factory.h b/osp/public/mdns_service_listener_factory.h
index 73118bda..663d060f 100644
--- a/osp/public/mdns_service_listener_factory.h
+++ b/osp/public/mdns_service_listener_factory.h
@@ -11,9 +11,7 @@
namespace openscreen {
-namespace platform {
class TaskRunner;
-} // namespace platform
namespace osp {
@@ -27,7 +25,7 @@ class MdnsServiceListenerFactory {
static std::unique_ptr<ServiceListener> Create(
const MdnsServiceListenerConfig& config,
ServiceListener::Observer* observer,
- platform::TaskRunner* task_runner);
+ TaskRunner* task_runner);
};
} // namespace osp