Index: chrome/browser/ui/views/download_shelf_view.cc |
=================================================================== |
--- chrome/browser/ui/views/download_shelf_view.cc (revision 72000) |
+++ chrome/browser/ui/views/download_shelf_view.cc (working copy) |
@@ -7,7 +7,6 @@ |
#include <algorithm> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/logging.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/download/download_item.h" |
@@ -23,6 +22,7 @@ |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
#include "ui/base/animation/slide_animation.h" |
+#include "ui/base/resource/resource_bundle.h" |
#include "views/background.h" |
#include "views/controls/button/image_button.h" |
#include "views/controls/image_view.h" |