Chromium Code Reviews| Index: chrome/browser/ui/crypto_module_password_dialog_nss.cc |
| diff --git a/chrome/browser/ui/crypto_module_password_dialog_nss.cc b/chrome/browser/ui/crypto_module_password_dialog_nss.cc |
| index 6c4bf5a63c7af32b2c9c018b2051ee2778281548..3b699e501e43180a4845e459b6653fcfb400911d 100644 |
| --- a/chrome/browser/ui/crypto_module_password_dialog_nss.cc |
| +++ b/chrome/browser/ui/crypto_module_password_dialog_nss.cc |
| @@ -16,6 +16,8 @@ |
| #include "crypto/nss_util.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace { |
| bool ShouldShowDialog(const net::CryptoModule* module) { |