Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: net/ssl/openssl_client_key_store.h

Issue 13351006: net: move openssl and keygen from net/base to net/cert (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ssl it is Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_client_socket_openssl_unittest.cc ('k') | net/ssl/openssl_client_key_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/socket/ssl_client_socket_openssl_unittest.cc ('k') | net/ssl/openssl_client_key_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698