| Index: chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/crypto_module_password_dialog.cc (revision 71854)
|
| +++ chrome/browser/ui/gtk/crypto_module_password_dialog.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "app/l10n_util.h"
|
| #include "base/basictypes.h"
|
| #include "base/crypto/crypto_module_blocking_password_delegate.h"
|
| @@ -17,6 +16,7 @@
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/generated_resources.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| namespace {
|
|
|
|
|