| Index: chrome/browser/ui/gtk/download_item_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/download_item_gtk.cc (revision 72000)
|
| +++ chrome/browser/ui/gtk/download_item_gtk.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/ui/gtk/download_item_gtk.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -34,6 +33,7 @@
|
| #include "grit/theme_resources.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/text/text_elider.h"
|
|
|
| namespace {
|
|
|