| Index: net/ssl/ssl_info.h
|
| diff --git a/net/base/ssl_info.h b/net/ssl/ssl_info.h
|
| similarity index 96%
|
| rename from net/base/ssl_info.h
|
| rename to net/ssl/ssl_info.h
|
| index 25019a269934bd2c8dce596bc2b317891e854c4b..32ac0698c89ce2b88c7b5f94cfd604c550f01d64 100644
|
| --- a/net/base/ssl_info.h
|
| +++ b/net/ssl/ssl_info.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_BASE_SSL_INFO_H_
|
| -#define NET_BASE_SSL_INFO_H_
|
| +#ifndef NET_SSL_SSL_INFO_H_
|
| +#define NET_SSL_SSL_INFO_H_
|
|
|
| #include <vector>
|
|
|
| @@ -78,4 +78,4 @@ class NET_EXPORT SSLInfo {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_SSL_INFO_H_
|
| +#endif // NET_SSL_SSL_INFO_H_
|
|
|