| Index: chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| diff --git a/chrome/browser/ui/gtk/crypto_module_password_dialog.cc b/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| index bdfe27ab34d98077ea1bb340428cbf1810349d5d..e17522a587e57a90addaf10cd74365d635384295 100644
|
| --- a/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| @@ -19,6 +19,8 @@
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| class CryptoModuleBlockingDialogDelegate
|
|
|