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

Unified Diff: net/cert/x509_certificate_net_log_param.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
« no previous file with comments | « net/cert/x509_certificate_net_log_param.h ('k') | net/cert/x509_certificate_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_net_log_param.cc
diff --git a/net/base/x509_certificate_net_log_param.cc b/net/cert/x509_certificate_net_log_param.cc
similarity index 89%
rename from net/base/x509_certificate_net_log_param.cc
rename to net/cert/x509_certificate_net_log_param.cc
index e3a7db99c6337af0428ae8e318a49c234e481bcf..3c52b96dc076b4f97404b2e6c898d4c1354ca697 100644
--- a/net/base/x509_certificate_net_log_param.cc
+++ b/net/cert/x509_certificate_net_log_param.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/x509_certificate_net_log_param.h"
+#include "net/cert/x509_certificate_net_log_param.h"
#include <string>
#include <vector>
#include "base/values.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace net {
« no previous file with comments | « net/cert/x509_certificate_net_log_param.h ('k') | net/cert/x509_certificate_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698