Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index 8f40f8492e9936a16b5e1eeac8c7f16a998b61c5..c6bd36619f4a035de66db30d42066238027f3d47 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -87,8 +87,8 @@ class NET_EXPORT SSLClientSocket : public SSLSocket { |
}; |
// StreamSocket: |
- virtual bool WasNpnNegotiated() const override; |
- virtual NextProto GetNegotiatedProtocol() const override; |
+ bool WasNpnNegotiated() const override; |
+ NextProto GetNegotiatedProtocol() const override; |
// Computes a unique key string for the SSL session cache. |
virtual std::string GetSessionCacheKey() const = 0; |