| Index: chrome/browser/views/keyword_editor_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/keyword_editor_view.cc (revision 15319)
|
| +++ chrome/browser/views/keyword_editor_view.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/gfx/png_decoder.h"
|
| #include "base/stl_util-inl.h"
|
| @@ -17,7 +18,6 @@
|
| #include "chrome/browser/search_engines/template_url_model.h"
|
| #include "chrome/browser/views/edit_keyword_controller.h"
|
| #include "chrome/browser/views/standard_layout.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
| #include "chrome/views/background.h"
|
|
|