From a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Tue, 5 May 2009 23:38:56 +0000 Subject: Move l10n_util to app/ http://crbug.com/11387 Review URL: http://codereview.chromium.org/109043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15352 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/controls/label.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/views/controls/label.cc') diff --git a/chrome/views/controls/label.cc b/chrome/views/controls/label.cc index b14527e..5ef0381 100644 --- a/chrome/views/controls/label.cc +++ b/chrome/views/controls/label.cc @@ -6,6 +6,7 @@ #include +#include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/logging.h" #include "base/string_util.h" @@ -13,7 +14,6 @@ #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/gfx/insets.h" #include "chrome/common/gfx/text_elider.h" -#include "chrome/common/l10n_util.h" #include "chrome/views/background.h" namespace views { -- cgit v1.1