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

Unified Diff: net/cert/x509_util_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_util_mac.cc
diff --git a/net/base/x509_util_mac.cc b/net/cert/x509_util_mac.cc
similarity index 99%
rename from net/base/x509_util_mac.cc
rename to net/cert/x509_util_mac.cc
index a53b5ac37ab70712d496665a5df595babb860eb2..c9aa37bc63f15b7c81aeabe837c7ae4c811c779d 100644
--- a/net/base/x509_util_mac.cc
+++ b/net/cert/x509_util_mac.cc
@@ -2,7 +2,7 @@
// 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_mac.h"
+#include "net/cert/x509_util_mac.h"
#include "base/logging.h"
#include "third_party/apple_apsl/cssmapplePriv.h"

Powered by Google App Engine
This is Rietveld 408576698