Index: chrome/browser/ui/views/tab_icon_view.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_icon_view.cc (revision 72000) |
+++ chrome/browser/ui/views/tab_icon_view.cc (working copy) |
@@ -9,7 +9,6 @@ |
#include <shellapi.h> |
#endif |
-#include "app/resource_bundle.h" |
#include "base/file_util.h" |
#include "base/logging.h" |
#include "chrome/app/chrome_command_ids.h" |
@@ -17,6 +16,7 @@ |
#include "gfx/favicon_size.h" |
#include "grit/app_resources.h" |
#include "grit/theme_resources.h" |
+#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/theme_provider.h" |
#if defined(OS_WIN) |