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

Unified Diff: net/cert/x509_util_ios.cc

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/cert/x509_util_ios.cc b/net/cert/x509_util_ios.cc
index 5de6d199eaaa4f2ff9dcdbed7c587ec015fb9dbf..736c26e0438f160e6d9409e909badabf81370b43 100644
--- a/net/cert/x509_util_ios.cc
+++ b/net/cert/x509_util_ios.cc
@@ -14,7 +14,7 @@
#include "net/cert/x509_certificate.h"
#include "net/cert/x509_util_nss.h"
-using base::mac::ScopedCFTypeRef;
+using base::ScopedCFTypeRef;
namespace net {
namespace x509_util_ios {

Powered by Google App Engine
This is Rietveld 408576698