Index: mojo/services/network/web_socket_impl.h |
diff --git a/mojo/services/network/web_socket_impl.h b/mojo/services/network/web_socket_impl.h |
index 8f3a5edcf35f9427e9a7aa85d40c2d45988a959d..c8020868d5d9f252ebdad2ec74411da813089998 100644 |
--- a/mojo/services/network/web_socket_impl.h |
+++ b/mojo/services/network/web_socket_impl.h |
@@ -30,7 +30,7 @@ class WebSocketImpl : public WebSocket { |
Array<String> protocols, |
const String& origin, |
ScopedDataPipeConsumerHandle send_stream, |
- WebSocketClientPtr client) override; |
+ InterfaceHandle<WebSocketClient> client) override; |
void Send(bool fin, WebSocket::MessageType type, uint32_t num_bytes) override; |
void FlowControl(int64_t quota) override; |
void Close(uint16_t code, const String& reason) override; |