Index: net/socket/ssl_client_socket_openssl.h |
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h |
index a417415b09a57c2c0019829982e7daeb4fbd90bf..cf3cf7690185d1632a3468b35408eadde0e6bf12 100644 |
--- a/net/socket/ssl_client_socket_openssl.h |
+++ b/net/socket/ssl_client_socket_openssl.h |
@@ -66,7 +66,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket { |
unsigned int outlen) OVERRIDE; |
virtual NextProtoStatus GetNextProto(std::string* proto, |
std::string* server_protos) OVERRIDE; |
- virtual ServerBoundCertService* GetServerBoundCertService() const; OVERRIDE; |
+ virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE; |
// StreamSocket implementation. |
virtual int Connect(const CompletionCallback& callback) OVERRIDE; |