Index: net/ssl/ssl_client_auth_cache.h |
diff --git a/net/base/ssl_client_auth_cache.h b/net/ssl/ssl_client_auth_cache.h |
similarity index 94% |
rename from net/base/ssl_client_auth_cache.h |
rename to net/ssl/ssl_client_auth_cache.h |
index f8175d26b619d671cefce19d708f54aa246acc17..742d0f377ccc32e78fb8d62407defc503de74be2 100644 |
--- a/net/base/ssl_client_auth_cache.h |
+++ b/net/ssl/ssl_client_auth_cache.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef NET_BASE_SSL_CLIENT_AUTH_CACHE_H_ |
-#define NET_BASE_SSL_CLIENT_AUTH_CACHE_H_ |
+#ifndef NET_SSL_SSL_CLIENT_AUTH_CACHE_H_ |
+#define NET_SSL_SSL_CLIENT_AUTH_CACHE_H_ |
-#include <string> |
#include <map> |
+#include <string> |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
@@ -60,4 +60,4 @@ class NET_EXPORT_PRIVATE SSLClientAuthCache : public CertDatabase::Observer { |
} // namespace net |
-#endif // NET_BASE_SSL_CLIENT_AUTH_CACHE_H_ |
+#endif // NET_SSL_SSL_CLIENT_AUTH_CACHE_H_ |