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

Unified Diff: net/ssl/default_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: 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/default_server_bound_cert_store.h
diff --git a/net/base/default_server_bound_cert_store.h b/net/ssl/default_server_bound_cert_store.h
similarity index 98%
rename from net/base/default_server_bound_cert_store.h
rename to net/ssl/default_server_bound_cert_store.h
index 33b63cec1ce79f4dc0633128d7287d7ffd6ce6e8..9183210bdc9f3671573fc788d8f40a7829fc9c60 100644
--- a/net/base/default_server_bound_cert_store.h
+++ b/net/ssl/default_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_DEFAULT_SERVER_BOUND_CERT_STORE_H_
-#define NET_BASE_DEFAULT_SERVER_BOUND_CERT_STORE_H_
+#ifndef NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_
+#define NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_
#include <map>
#include <string>
@@ -16,7 +16,7 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "net/base/net_export.h"
-#include "net/base/server_bound_cert_store.h"
+#include "net/ssl/server_bound_cert_store.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698