Chromium Code Reviews| Index: chrome/browser/chromeos/options/settings_page_view.cc |
| =================================================================== |
| --- chrome/browser/chromeos/options/settings_page_view.cc (revision 54431) |
| +++ chrome/browser/chromeos/options/settings_page_view.cc (working copy) |
| @@ -4,6 +4,9 @@ |
| #include "chrome/browser/chromeos/options/settings_page_view.h" |
| +#include "app/l10n_util.h" |
| +#include "app/resource_bundle.h" |
| +#include "base/string_util.h" |
|
viettrungluu
2010/07/31 07:37:28
Is string_util.h really needed?
|
| #include "gfx/skia_utils_gtk.h" |
| #include "views/controls/label.h" |
| #include "views/fill_layout.h" |