Index: net/ssl/server_bound_cert_store.h |
diff --git a/net/base/server_bound_cert_store.h b/net/ssl/server_bound_cert_store.h |
similarity index 96% |
rename from net/base/server_bound_cert_store.h |
rename to net/ssl/server_bound_cert_store.h |
index 85e103504f1c24386d85d1ac7711e2dc73d56cb5..21cac7ec997865bbdeb57ff125d19fba2a82fca5 100644 |
--- a/net/base/server_bound_cert_store.h |
+++ b/net/ssl/server_bound_cert_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_SERVER_BOUND_CERT_STORE_H_ |
-#define NET_BASE_SERVER_BOUND_CERT_STORE_H_ |
+#ifndef NET_SSL_SERVER_BOUND_CERT_STORE_H_ |
+#define NET_SSL_SERVER_BOUND_CERT_STORE_H_ |
#include <list> |
#include <string> |
@@ -12,7 +12,7 @@ |
#include "base/threading/non_thread_safe.h" |
#include "base/time.h" |
#include "net/base/net_export.h" |
-#include "net/base/ssl_client_cert_type.h" |
+#include "net/ssl/ssl_client_cert_type.h" |
namespace net { |
@@ -135,4 +135,4 @@ class NET_EXPORT ServerBoundCertStore |
} // namespace net |
-#endif // NET_BASE_SERVER_BOUND_CERT_STORE_H_ |
+#endif // NET_SSL_SERVER_BOUND_CERT_STORE_H_ |