UdpSocket: Update Reads
This change updates how reads are currently done to do the following:
1) Remove the NetworkRunner entirely
2) Replace all usages on UdpReadCallback::OnRead(...) with
UdpSocket::Client::OnRead(...)
Change-Id: I88da70a0a78b192567ac6f46715800cdf25fec57
Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1764117
Commit-Queue: Ryan Keane <rwkeane@google.com>
Reviewed-by: Yuri Wiitala <miu@chromium.org>
Reviewed-by: Max Yakimakha <yakimakha@chromium.org>
diff --git a/platform/impl/task_runner.h b/platform/impl/task_runner.h
index 88e0bed..f80641d 100644
--- a/platform/impl/task_runner.h
+++ b/platform/impl/task_runner.h
@@ -15,7 +15,7 @@
#include "absl/base/thread_annotations.h"
#include "absl/types/optional.h"
-#include "platform/api/network_runner.h"
+#include "platform/api/task_runner.h"
#include "platform/api/time.h"
#include "platform/api/trace_logging.h"
#include "platform/base/error.h"