| Index: net/socket/ssl_client_socket_win.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_win.h (revision 0)
|
| +++ net/socket/ssl_client_socket_win.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_SSL_CLIENT_SOCKET_WIN_H_
|
| -#define NET_BASE_SSL_CLIENT_SOCKET_WIN_H_
|
| +#ifndef NET_SOCKET_SSL_CLIENT_SOCKET_WIN_H_
|
| +#define NET_SOCKET_SSL_CLIENT_SOCKET_WIN_H_
|
|
|
| #define SECURITY_WIN32 // Needs to be defined before including security.h
|
|
|
| @@ -17,8 +17,8 @@
|
| #include "net/base/cert_verifier.h"
|
| #include "net/base/cert_verify_result.h"
|
| #include "net/base/completion_callback.h"
|
| -#include "net/base/ssl_client_socket.h"
|
| #include "net/base/ssl_config_service.h"
|
| +#include "net/socket/ssl_client_socket.h"
|
|
|
| namespace net {
|
|
|
| @@ -154,4 +154,4 @@
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_SSL_CLIENT_SOCKET_WIN_H_
|
| +#endif // NET_SOCKET_SSL_CLIENT_SOCKET_WIN_H_
|
|
|