Index: net/socket/ssl_client_socket_impl.cc |
diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc |
index bb76bf8c46d6d84f7d5ad7d48eacfe751204d151..c032dff3a9eacc87e28764b05afe9c1b13365476 100644 |
--- a/net/socket/ssl_client_socket_impl.cc |
+++ b/net/socket/ssl_client_socket_impl.cc |
@@ -194,8 +194,8 @@ std::unique_ptr<base::Value> NetLogSSLInfoCallback( |
dict->SetInteger("cipher_suite", SSLConnectionStatusToCipherSuite( |
ssl_info.connection_status)); |
- dict->SetString("next_proto", SSLClientSocket::NextProtoToString( |
- socket->GetNegotiatedProtocol())); |
+ dict->SetString("next_proto", |
+ NextProtoToString(socket->GetNegotiatedProtocol())); |
return std::move(dict); |
} |