| Index: chrome/browser/ui/gtk/download_item_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/download_item_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/download_item_gtk.h (working copy)
|
| @@ -10,7 +10,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/time.h"
|
| #include "chrome/browser/download/download_item.h"
|
| @@ -19,6 +18,7 @@
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class BaseDownloadItemModel;
|
| class DownloadShelfContextMenuGtk;
|
|
|