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

Unified Diff: net/ssl/server_bound_cert_store.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/server_bound_cert_service_unittest.cc ('k') | net/ssl/server_bound_cert_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/ssl/server_bound_cert_service_unittest.cc ('k') | net/ssl/server_bound_cert_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698