| 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 b9c9f6e1559ddfc18dce5a78e6cd6f6151c6b1db..c4114520aca2952e64d0ae85e2a07b4e2ce0914c 100644
|
| --- a/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
|
| @@ -15,6 +15,7 @@
|
| #include "content/browser/browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/generated_resources.h"
|
| +#include "ui/base/gtk/gtk_hig_constants.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| @@ -167,7 +168,7 @@ CryptoModulePasswordDialog::CryptoModulePasswordDialog(
|
| gtk_entry_set_activates_default(GTK_ENTRY(password_entry_), TRUE);
|
| gtk_entry_set_visibility(GTK_ENTRY(password_entry_), FALSE);
|
|
|
| - GtkWidget* password_box = gtk_hbox_new(FALSE, gtk_util::kLabelSpacing);
|
| + GtkWidget* password_box = gtk_hbox_new(FALSE, ui::kLabelSpacing);
|
| gtk_box_pack_start(GTK_BOX(password_box),
|
| gtk_label_new(l10n_util::GetStringUTF8(
|
| IDS_CRYPTO_MODULE_AUTH_DIALOG_PASSWORD_FIELD).c_str()),
|
|
|