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

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: 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_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 f96802cc73a05a9030157268735942594d8a2ecd..aef9f6a036f20f680f1da16ae196d30e0888d8de 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"

Powered by Google App Engine
This is Rietveld 408576698