| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 72000)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include <vector>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| @@ -159,6 +158,7 @@
|
| #include "third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/message_box_flags.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "v8/include/v8.h"
|
| #include "v8/include/v8-testing.h"
|
| #include "webkit/appcache/web_application_cache_host_impl.h"
|
|
|