summaryrefslogtreecommitdiffstats
path: root/net/ssl
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 13:05:27 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 13:05:27 +0000
commit99e5e952f0eb1dc803687c61a16ee381412acc95 (patch)
tree52852c2e9fef62ab0c7aa38a9cc802718257ba00 /net/ssl
parent252f44b5c5a47f975154c93440aba58f135b575a (diff)
downloadchromium_src-99e5e952f0eb1dc803687c61a16ee381412acc95.zip
chromium_src-99e5e952f0eb1dc803687c61a16ee381412acc95.tar.gz
chromium_src-99e5e952f0eb1dc803687c61a16ee381412acc95.tar.bz2
Update keygen to use correct NSS slot on ChromeOS multiprofile.
BUG=302126 Review URL: https://codereview.chromium.org/61643007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ssl')
-rw-r--r--net/ssl/client_cert_store_nss.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssl/client_cert_store_nss.cc b/net/ssl/client_cert_store_nss.cc
index 6e82723..9df5612 100644
--- a/net/ssl/client_cert_store_nss.cc
+++ b/net/ssl/client_cert_store_nss.cc
@@ -12,7 +12,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/worker_pool.h"
-#include "crypto/crypto_module_blocking_password_delegate.h"
+#include "crypto/nss_crypto_module_delegate.h"
#include "net/cert/x509_util.h"
namespace net {