| Index: chrome/views/controls/combo_box.cc
|
| ===================================================================
|
| --- chrome/views/controls/combo_box.cc (revision 15319)
|
| +++ chrome/views/controls/combo_box.cc (working copy)
|
| @@ -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;
|
|
|