| Index: app/resource_bundle_win.cc
|
| ===================================================================
|
| --- app/resource_bundle_win.cc (revision 15319)
|
| +++ app/resource_bundle_win.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <atlbase.h>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| @@ -14,7 +15,6 @@
|
| #include "base/win_util.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/gfx/chrome_font.h"
|
| -#include "chrome/common/l10n_util.h"
|
|
|
| namespace {
|
|
|
|
|