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

Unified Diff: net/cert/x509_util.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/x509_util.cc
diff --git a/net/base/x509_util.cc b/net/cert/x509_util.cc
similarity index 95%
rename from net/base/x509_util.cc
rename to net/cert/x509_util.cc
index 2e09a0f3ac22bd4142b2d1180fc5739ba7e8961c..4dbadb1da959d4057519b1e44b84536b5824c1a1 100644
--- a/net/base/x509_util.cc
+++ b/net/cert/x509_util.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/x509_util.h"
+#include "net/cert/x509_util.h"
#include "base/time.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698