summaryrefslogtreecommitdiffstats
path: root/crypto/nss_util.cc
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 /crypto/nss_util.cc
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 'crypto/nss_util.cc')
-rw-r--r--crypto/nss_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index 7479585..5b8c6f5 100644
--- a/crypto/nss_util.cc
+++ b/crypto/nss_util.cc
@@ -49,7 +49,7 @@
// certificate and key databases.
#if defined(USE_NSS)
#include "base/synchronization/lock.h"
-#include "crypto/crypto_module_blocking_password_delegate.h"
+#include "crypto/nss_crypto_module_delegate.h"
#endif // defined(USE_NSS)
namespace crypto {