summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_ui_util.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 23:30:17 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 23:30:17 +0000
commitc051a1b531d77e7d2eb3afd1dec67e13aab39154 (patch)
treea6dcc2760d1cdc216a329298052723cb0e25e242 /chrome/browser/sync/sync_ui_util.cc
parent28df88370f358468bffa1e1f6bc43aa25c11e388 (diff)
downloadchromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.zip
chromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.tar.gz
chromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.tar.bz2
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
Diffstat (limited to 'chrome/browser/sync/sync_ui_util.cc')
-rw-r--r--chrome/browser/sync/sync_ui_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index fd71497..e1ac70f 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -4,7 +4,6 @@
#include "chrome/browser/sync/sync_ui_util.h"
-#include "app/l10n_util.h"
#include "base/i18n/number_formatting.h"
#include "base/i18n/time_formatting.h"
#include "base/string_util.h"
@@ -16,6 +15,7 @@
#include "grit/browser_resources.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
+#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
typedef GoogleServiceAuthError AuthError;