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