Index: net/ssl/server_bound_cert_service.h |
diff --git a/net/base/server_bound_cert_service.h b/net/ssl/server_bound_cert_service.h |
similarity index 96% |
rename from net/base/server_bound_cert_service.h |
rename to net/ssl/server_bound_cert_service.h |
index 151b279a559cc8d845ec347a5c06c5b2c978dcda..734199e3471c0981fe9f5dda91cabaea5534276a 100644 |
--- a/net/base/server_bound_cert_service.h |
+++ b/net/ssl/server_bound_cert_service.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_SERVICE_H_ |
-#define NET_BASE_SERVER_BOUND_CERT_SERVICE_H_ |
+#ifndef NET_SSL_SERVER_BOUND_CERT_SERVICE_H_ |
+#define NET_SSL_SERVER_BOUND_CERT_SERVICE_H_ |
#include <map> |
#include <string> |
@@ -16,8 +16,8 @@ |
#include "base/time.h" |
#include "net/base/completion_callback.h" |
#include "net/base/net_export.h" |
-#include "net/base/server_bound_cert_store.h" |
-#include "net/base/ssl_client_cert_type.h" |
+#include "net/ssl/server_bound_cert_store.h" |
+#include "net/ssl/ssl_client_cert_type.h" |
namespace base { |
class TaskRunner; |
@@ -162,4 +162,4 @@ class NET_EXPORT ServerBoundCertService |
} // namespace net |
-#endif // NET_BASE_SERVER_BOUND_CERT_SERVICE_H_ |
+#endif // NET_SSL_SERVER_BOUND_CERT_SERVICE_H_ |