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

Unified Diff: net/cert/x509_cert_types_mac.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_cert_types.cc ('k') | net/cert/x509_cert_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_cert_types_mac.cc
diff --git a/net/base/x509_cert_types_mac.cc b/net/cert/x509_cert_types_mac.cc
similarity index 99%
rename from net/base/x509_cert_types_mac.cc
rename to net/cert/x509_cert_types_mac.cc
index a3eec5eab045ab5861c5adccf3c5adc1be73ad64..00795edcefa8d40f105b1ceeb6f67ffae4d84e1b 100644
--- a/net/base/x509_cert_types_mac.cc
+++ b/net/cert/x509_cert_types_mac.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/x509_cert_types.h"
+#include "net/cert/x509_cert_types.h"
#include <CoreServices/CoreServices.h>
-#include <Security/Security.h>
#include <Security/SecAsn1Coder.h>
+#include <Security/Security.h>
-#include "base/logging.h"
#include "base/i18n/icu_string_conversions.h"
+#include "base/logging.h"
#include "base/mac/mac_logging.h"
#include "base/utf_string_conversions.h"
« no previous file with comments | « net/cert/x509_cert_types.cc ('k') | net/cert/x509_cert_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698