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

Unified Diff: net/base/cert_database_mac.cc

Issue 6659019: Separate GetMacSecurityServicesLock from cssm_init.h so that we can use... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/base/cert_database_mac.cc
===================================================================
--- net/base/cert_database_mac.cc (revision 77551)
+++ net/base/cert_database_mac.cc (working copy)
@@ -6,7 +6,7 @@
#include <Security/Security.h>
-#include "base/crypto/cssm_init.h"
+#include "base/crypto/mac_security_services_lock.h"
#include "base/logging.h"
#include "base/synchronization/lock.h"
#include "net/base/net_errors.h"

Powered by Google App Engine
This is Rietveld 408576698