Index: net/ssl/default_server_bound_cert_store.h |
diff --git a/net/base/default_server_bound_cert_store.h b/net/ssl/default_server_bound_cert_store.h |
similarity index 97% |
rename from net/base/default_server_bound_cert_store.h |
rename to net/ssl/default_server_bound_cert_store.h |
index f26478b1f3b004b4c6370ee68f9d499348720406..a932959e54df18fbebbb755e9e6b7102ac3fa62b 100644 |
--- a/net/base/default_server_bound_cert_store.h |
+++ b/net/ssl/default_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_DEFAULT_SERVER_BOUND_CERT_STORE_H_ |
-#define NET_BASE_DEFAULT_SERVER_BOUND_CERT_STORE_H_ |
+#ifndef NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_ |
+#define NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_ |
#include <map> |
#include <string> |
@@ -16,7 +16,7 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/memory/weak_ptr.h" |
#include "net/base/net_export.h" |
-#include "net/base/server_bound_cert_store.h" |
+#include "net/ssl/server_bound_cert_store.h" |
namespace net { |
@@ -192,4 +192,4 @@ class NET_EXPORT DefaultServerBoundCertStore::PersistentStore |
} // namespace net |
-#endif // NET_DEFAULT_ORIGIN_BOUND_CERT_STORE_H_ |
+#endif // NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_ |