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

Unified Diff: net/ssl/default_server_bound_cert_store.cc

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/default_server_bound_cert_store.h ('k') | net/ssl/default_server_bound_cert_store_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/default_server_bound_cert_store.cc
diff --git a/net/base/default_server_bound_cert_store.cc b/net/ssl/default_server_bound_cert_store.cc
similarity index 99%
rename from net/base/default_server_bound_cert_store.cc
rename to net/ssl/default_server_bound_cert_store.cc
index 731f99ce71eb2885b27b5da6c6ff762a7736e4dd..eb4c0e3dd47e33049352714ca2972f407491165f 100644
--- a/net/base/default_server_bound_cert_store.cc
+++ b/net/ssl/default_server_bound_cert_store.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/default_server_bound_cert_store.h"
+#include "net/ssl/default_server_bound_cert_store.h"
#include "base/bind.h"
#include "base/message_loop.h"
« no previous file with comments | « net/ssl/default_server_bound_cert_store.h ('k') | net/ssl/default_server_bound_cert_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698