summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/combo_box.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/controls/combo_box.cc')
-rw-r--r--chrome/views/controls/combo_box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/controls/combo_box.cc b/chrome/views/controls/combo_box.cc
index eaf8a07..375dd3a7 100644
--- a/chrome/views/controls/combo_box.cc
+++ b/chrome/views/controls/combo_box.cc
@@ -4,12 +4,12 @@
#include "chrome/views/controls/combo_box.h"
+#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "base/gfx/native_theme.h"
#include "base/gfx/rect.h"
#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/common/gfx/chrome_font.h"
-#include "chrome/common/l10n_util.h"
// Limit how small a combobox can be.
static const int kMinComboboxWidth = 148;