| Index: net/socket/ssl_server_socket_openssl.cc
|
| diff --git a/net/socket/ssl_server_socket_openssl.cc b/net/socket/ssl_server_socket_openssl.cc
|
| index 7a1ce167fc67b778e9e2609a33821dbe9fd03692..18441c8b8f66bfde04c60d670a2a9209baaed5f4 100644
|
| --- a/net/socket/ssl_server_socket_openssl.cc
|
| +++ b/net/socket/ssl_server_socket_openssl.cc
|
| @@ -13,8 +13,8 @@
|
| #include "crypto/rsa_private_key.h"
|
| #include "crypto/scoped_openssl_types.h"
|
| #include "net/base/net_errors.h"
|
| -#include "net/socket/openssl_ssl_util.h"
|
| #include "net/socket/ssl_error_params.h"
|
| +#include "net/ssl/openssl_ssl_util.h"
|
|
|
| #define GotoState(s) next_handshake_state_ = s
|
|
|
|
|