| Index: chrome/browser/ui/crypto_module_password_dialog_openssl.cc
|
| diff --git a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
|
| index 6c80486df7a05867a600d9e24cef6c4c604aab23..749cbb99aa63fccfcec063f0530b657b6088f2d2 100644
|
| --- a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
|
| +++ b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
|
| - browser::CryptoModulePasswordReason reason,
|
| + CryptoModulePasswordReason reason,
|
| const std::string& host,
|
| const base::Closure& callback) {
|
| // TODO(bulach): implement me.
|
| @@ -17,11 +17,11 @@ void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
|
| }
|
|
|
| void UnlockCertSlotIfNecessary(net::X509Certificate* cert,
|
| - browser::CryptoModulePasswordReason reason,
|
| + CryptoModulePasswordReason reason,
|
| const std::string& host,
|
| const base::Closure& callback) {
|
| // TODO(bulach): implement me.
|
| NOTREACHED();
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|