| Index: net/socket/ssl_client_socket.h
|
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
|
| index 11b19a1ec02480d2423187e37a9cb8912367ffa4..ff0e3034ec8c6a6ae46c3dd1a0ff724d7045b01e 100644
|
| --- a/net/socket/ssl_client_socket.h
|
| +++ b/net/socket/ssl_client_socket.h
|
| @@ -212,7 +212,7 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
|
| // Serializes |next_protos| in the wire format for ALPN: protocols are listed
|
| // in order, each prefixed by a one-byte length.
|
| static std::vector<uint8_t> SerializeNextProtos(
|
| - const std::vector<std::string>& next_protos);
|
| + const NextProtoVector& next_protos);
|
|
|
| // For unit testing only.
|
| // Returns the unverified certificate chain as presented by server.
|
|
|