aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/cast_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/cast_socket.h')
-rw-r--r--cast/common/channel/cast_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/common/channel/cast_socket.h b/cast/common/channel/cast_socket.h
index 550aa76e..5923166f 100644
--- a/cast/common/channel/cast_socket.h
+++ b/cast/common/channel/cast_socket.h
@@ -38,7 +38,7 @@ class CastSocket : public TlsConnection::Client {
// write-blocked, in which case |message| will be queued. An error will be
// returned if |message| cannot be serialized for any reason, even while
// write-blocked.
- [[nodiscard]] Error SendMessage(const ::cast::channel::CastMessage& message);
+ [[nodiscard]] Error Send(const ::cast::channel::CastMessage& message);
void SetClient(Client* client);