| Index: app/resource_bundle_linux.cc
|
| ===================================================================
|
| --- app/resource_bundle_linux.cc (revision 15319)
|
| +++ app/resource_bundle_linux.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "base/base_paths.h"
|
| #include "base/data_pack.h"
|
| #include "base/file_path.h"
|
| @@ -18,7 +19,6 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/gfx/chrome_font.h"
|
| #include "chrome/common/gtk_util.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "SkBitmap.h"
|
|
|
| namespace {
|
|
|