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

Unified Diff: net/ssl/client_cert_store_impl_mac.cc

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « net/ssl/client_cert_store_impl.h ('k') | net/ssl/client_cert_store_impl_nss.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/base/client_cert_store_impl_mac.cc b/net/ssl/client_cert_store_impl_mac.cc
similarity index 99%
rename from net/base/client_cert_store_impl_mac.cc
rename to net/ssl/client_cert_store_impl_mac.cc
index 80a9210a15c8b467e9506d3f46293f6a08fe1315..43cd92b13f2b3ff06ed3f4085b6fc2d5967cf2d3 100644
--- a/net/base/client_cert_store_impl_mac.cc
+++ b/net/ssl/client_cert_store_impl_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/client_cert_store_impl.h"
+#include "net/ssl/client_cert_store_impl.h"
#include <CommonCrypto/CommonDigest.h>
#include <CoreFoundation/CFArray.h>
« no previous file with comments | « net/ssl/client_cert_store_impl.h ('k') | net/ssl/client_cert_store_impl_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698