aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/cast_socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/cast_socket.cc')
-rw-r--r--cast/common/channel/cast_socket.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cast/common/channel/cast_socket.cc b/cast/common/channel/cast_socket.cc
index 0e4a536e..214b50a8 100644
--- a/cast/common/channel/cast_socket.cc
+++ b/cast/common/channel/cast_socket.cc
@@ -13,8 +13,9 @@ namespace cast {
namespace channel {
using message_serialization::DeserializeResult;
+using openscreen::Error;
using openscreen::ErrorOr;
-using openscreen::platform::TlsConnection;
+using openscreen::TlsConnection;
uint32_t GetNextSocketId() {
static std::atomic<uint32_t> id(1);