Index: chrome/browser/dom_ui/ntp_resource_cache.cc |
=================================================================== |
--- chrome/browser/dom_ui/ntp_resource_cache.cc (revision 72000) |
+++ chrome/browser/dom_ui/ntp_resource_cache.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include <vector> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/command_line.h" |
#include "base/file_util.h" |
#include "base/ref_counted_memory.h" |
@@ -40,6 +39,7 @@ |
#include "grit/locale_settings.h" |
#include "grit/theme_resources.h" |
#include "ui/base/animation/animation.h" |
+#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/theme_provider.h" |
#if defined(OS_WIN) || defined(TOOLKIT_VIEWS) |