| Index: net/ssl/openssl_ssl_util.h
|
| diff --git a/net/socket/openssl_ssl_util.h b/net/ssl/openssl_ssl_util.h
|
| similarity index 90%
|
| rename from net/socket/openssl_ssl_util.h
|
| rename to net/ssl/openssl_ssl_util.h
|
| index 948a8ab7235d34abeee14b31a58e233bba538272..6721453e07febac63741d9f5c319f77a9eb31666 100644
|
| --- a/net/socket/openssl_ssl_util.h
|
| +++ b/net/ssl/openssl_ssl_util.h
|
| @@ -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_SOCKET_OPENSSL_SSL_UTIL_H_
|
| -#define NET_SOCKET_OPENSSL_SSL_UTIL_H_
|
| +#ifndef NET_SSL_OPENSSL_SSL_UTIL_H_
|
| +#define NET_SSL_OPENSSL_SSL_UTIL_H_
|
|
|
| namespace crypto {
|
| class OpenSSLErrStackTracer;
|
| @@ -37,4 +37,4 @@ int MapOpenSSLError(int err, const crypto::OpenSSLErrStackTracer& tracer);
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SOCKET_OPENSSL_SSL_UTIL_H_
|
| +#endif // NET_SSL_OPENSSL_SSL_UTIL_H_
|
|
|