| Index: chrome/browser/ui/crypto_module_password_dialog_nss.h
|
| diff --git a/chrome/browser/ui/crypto_module_password_dialog_nss.h b/chrome/browser/ui/crypto_module_password_dialog_nss.h
|
| index 6d871f323d8b8c0593861f93ed9591f8ffdf1166..6d09853f7bde536597b568b8758b857c2f050708 100644
|
| --- a/chrome/browser/ui/crypto_module_password_dialog_nss.h
|
| +++ b/chrome/browser/ui/crypto_module_password_dialog_nss.h
|
| @@ -11,12 +11,11 @@
|
| #include "base/callback_forward.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/ui/crypto_module_password_dialog.h"
|
| +#include "crypto/scoped_nss_types.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| namespace net {
|
| -class CryptoModule;
|
| -typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
|
| class X509Certificate;
|
| }
|
|
|
| @@ -25,7 +24,7 @@ namespace chrome {
|
| // Asynchronously unlock |modules|, if necessary. |callback| is called when
|
| // done (regardless if any modules were successfully unlocked or not). Should
|
| // only be called on UI thread.
|
| -void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
|
| +void UnlockSlotsIfNecessary(const std::vector<crypto::ScopedPK11Slot>& modules,
|
| CryptoModulePasswordReason reason,
|
| const net::HostPortPair& server,
|
| gfx::NativeWindow parent,
|
|
|