aboutsummaryrefslogtreecommitdiff
path: root/discovery/mdns/mdns_service_impl.h
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2021-04-21 15:08:09 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-21 23:22:55 +0000
commitf71d249a402d2e1f5a6dfd9484263058303ee7df (patch)
treec112d2aecddf8c3ef092635df573dd91f9859513 /discovery/mdns/mdns_service_impl.h
parent9709e9336d093dd2f6147012e88edf967a6e183f (diff)
downloadopenscreen-f71d249a402d2e1f5a6dfd9484263058303ee7df.tar.gz
Cleanup TODOs from @miu
This patch removes all remaining TODOs from the now-departed @miu, either reassigning them to jophba, or for the majority, just implementing the fix directly. Change-Id: I73c21f577bf115cf37ec880fac54eef1555de7c5 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2831302 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Brandon Tolsch <btolsch@chromium.org>
Diffstat (limited to 'discovery/mdns/mdns_service_impl.h')
-rw-r--r--discovery/mdns/mdns_service_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/discovery/mdns/mdns_service_impl.h b/discovery/mdns/mdns_service_impl.h
index e1c15226..523f078f 100644
--- a/discovery/mdns/mdns_service_impl.h
+++ b/discovery/mdns/mdns_service_impl.h
@@ -40,7 +40,7 @@ class MdnsServiceImpl : public MdnsService, public UdpSocket::Client {
ClockNowFunctionPtr now_function,
ReportingClient* reporting_client,
const Config& config,
- const Config::NetworkInfo& network_info);
+ const InterfaceInfo& network_info);
~MdnsServiceImpl() override;
// MdnsService Overrides.