| Index: chrome/browser/ui/crypto_module_password_dialog.h
|
| ===================================================================
|
| --- chrome/browser/ui/crypto_module_password_dialog.h (revision 81350)
|
| +++ chrome/browser/ui/crypto_module_password_dialog.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
|
|
| -namespace base {
|
| +namespace crypto {
|
| class CryptoModuleBlockingPasswordDelegate;
|
| }
|
|
|
| @@ -48,7 +48,7 @@
|
|
|
| // Returns a CryptoModuleBlockingPasswordDelegate to open a dialog and block
|
| // until returning. Should only be used on a worker thread.
|
| -base::CryptoModuleBlockingPasswordDelegate*
|
| +crypto::CryptoModuleBlockingPasswordDelegate*
|
| NewCryptoModuleBlockingDialogDelegate(
|
| CryptoModulePasswordReason reason,
|
| const std::string& server);
|
|
|