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

Unified Diff: chrome/common/net/x509_certificate_model_openssl.cc

Issue 13006020: net: extract net/cert 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
Index: chrome/common/net/x509_certificate_model_openssl.cc
diff --git a/chrome/common/net/x509_certificate_model_openssl.cc b/chrome/common/net/x509_certificate_model_openssl.cc
index 482ea723a95b5237a8bed80ec33ba25b1ecbe92b..03d53eb178ab4cc43e7e39e3f0c2cd08e049ffcc 100644
--- a/chrome/common/net/x509_certificate_model_openssl.cc
+++ b/chrome/common/net/x509_certificate_model_openssl.cc
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"
-#include "net/base/x509_util_openssl.h"
+#include "net/cert/x509_util_openssl.h"
namespace x509_util = net::x509_util;
« no previous file with comments | « chrome/common/net/x509_certificate_model_nss.cc ('k') | chrome/common/net/x509_certificate_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698