Chromium Code Reviews| 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 { |