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

Unified Diff: net/cert/x509_util_ios.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_ios.cc
diff --git a/net/base/x509_util_ios.cc b/net/cert/x509_util_ios.cc
similarity index 97%
rename from net/base/x509_util_ios.cc
rename to net/cert/x509_util_ios.cc
index 66fc2aabc1900168728ccc40f8de3d7fac1837f6..5de6d199eaaa4f2ff9dcdbed7c587ec015fb9dbf 100644
--- a/net/base/x509_util_ios.cc
+++ b/net/cert/x509_util_ios.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_ios.h"
+#include "net/cert/x509_util_ios.h"
#include <cert.h>
#include <CommonCrypto/CommonDigest.h>
@@ -11,8 +11,8 @@
#include "base/mac/scoped_cftyperef.h"
#include "crypto/nss_util.h"
-#include "net/base/x509_certificate.h"
-#include "net/base/x509_util_nss.h"
+#include "net/cert/x509_certificate.h"
+#include "net/cert/x509_util_nss.h"
using base::mac::ScopedCFTypeRef;

Powered by Google App Engine
This is Rietveld 408576698