| Index: chrome/browser/ui/gtk/download_started_animation_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/download_started_animation_gtk.cc (revision 72000)
|
| +++ chrome/browser/ui/gtk/download_started_animation_gtk.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "base/message_loop.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/common/notification_registrar.h"
|
| @@ -14,6 +13,7 @@
|
| #include "gfx/rect.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/animation/linear_animation.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|