summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/controls/label.cc')
-rw-r--r--chrome/views/controls/label.cc2
1 files changed, 1 insertions, 1 deletions
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 <math.h>
+#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 {