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

Unified Diff: net/ssl/server_bound_cert_service.h

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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_

Powered by Google App Engine
This is Rietveld 408576698