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

Unified Diff: net/ssl/ssl_client_auth_cache.h

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/ssl/ssl_cipher_suite_names_unittest.cc ('k') | net/ssl/ssl_client_auth_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/ssl/ssl_cipher_suite_names_unittest.cc ('k') | net/ssl/ssl_client_auth_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698