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

Unified Diff: net/cert/single_request_cert_verifier.cc

Issue 13006020: net: extract net/cert 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/cert/single_request_cert_verifier.cc
diff --git a/net/base/single_request_cert_verifier.cc b/net/cert/single_request_cert_verifier.cc
similarity index 95%
rename from net/base/single_request_cert_verifier.cc
rename to net/cert/single_request_cert_verifier.cc
index 1777945b1ae593c43d1aabdf762ef2a7464ca7f3..909af07d84833eea23b562b8b4049184496393c8 100644
--- a/net/base/single_request_cert_verifier.cc
+++ b/net/cert/single_request_cert_verifier.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/single_request_cert_verifier.h"
+#include "net/cert/single_request_cert_verifier.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "net/base/net_errors.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698