| Index: net/ssl/openssl_client_key_store.h
|
| diff --git a/net/base/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
|
| similarity index 96%
|
| rename from net/base/openssl_client_key_store.h
|
| rename to net/ssl/openssl_client_key_store.h
|
| index a4c389795e22baadd6ba47e262dc90b261aeb83b..b3980ebb8745a680194ca94b793cb9f3eb2c9d12 100644
|
| --- a/net/base/openssl_client_key_store.h
|
| +++ b/net/ssl/openssl_client_key_store.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_OPENSSL_CLIENT_KEY_STORE_H_
|
| -#define NET_BASE_OPENSSL_CLIENT_KEY_STORE_H_
|
| +#ifndef NET_SSL_OPENSSL_CLIENT_KEY_STORE_H_
|
| +#define NET_SSL_OPENSSL_CLIENT_KEY_STORE_H_
|
|
|
| #include <openssl/evp.h>
|
|
|
| @@ -105,4 +105,4 @@ class OpenSSLClientKeyStore {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_OPENSSL_CLIENT_KEY_STORE_H_
|
| +#endif // NET_SSL_OPENSSL_CLIENT_KEY_STORE_H_
|
|
|