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

Unified Diff: net/ssl/client_cert_store_impl_mac.cc

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with fixed off-by-1 in git-clang-format 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
« no previous file with comments | « net/proxy/proxy_resolver_mac.cc ('k') | printing/image_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/client_cert_store_impl_mac.cc
diff --git a/net/ssl/client_cert_store_impl_mac.cc b/net/ssl/client_cert_store_impl_mac.cc
index 5fa42deb66686ec8443f02783658323d57449cdf..33457358f1e7d60ff914e670c9b9fff8093b9cd7 100644
--- a/net/ssl/client_cert_store_impl_mac.cc
+++ b/net/ssl/client_cert_store_impl_mac.cc
@@ -23,7 +23,7 @@
#include "net/cert/x509_util.h"
#include "net/cert/x509_util_mac.h"
-using base::mac::ScopedCFTypeRef;
+using base::ScopedCFTypeRef;
namespace net {
« no previous file with comments | « net/proxy/proxy_resolver_mac.cc ('k') | printing/image_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698