From c051a1b531d77e7d2eb3afd1dec67e13aab39154 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 21 Jan 2011 23:30:17 +0000 Subject: Move l10n_util to ui/base BUG=none TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/autofill_dialog_gtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/autofill/autofill_dialog_gtk.cc') diff --git a/chrome/browser/autofill/autofill_dialog_gtk.cc b/chrome/browser/autofill/autofill_dialog_gtk.cc index 80ce045..936306d 100644 --- a/chrome/browser/autofill/autofill_dialog_gtk.cc +++ b/chrome/browser/autofill/autofill_dialog_gtk.cc @@ -10,7 +10,6 @@ #include #include -#include "app/l10n_util.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/utf_string_conversions.h" @@ -38,6 +37,7 @@ #include "grit/generated_resources.h" #include "grit/locale_settings.h" #include "ui/base/gtk/gtk_signal.h" +#include "ui/base/l10n/l10n_util.h" // Shows the editor for adding/editing an AutoFillProfile. If // |auto_fill_profile| is NULL, a new AutoFillProfile should be created. -- cgit v1.1