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
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index 7479585d..5b8c6f51 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 {