diff options
Diffstat (limited to 'chrome/browser/ui/gtk/download_item_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/download_item_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/download_item_gtk.h b/chrome/browser/ui/gtk/download_item_gtk.h index b0c6e9c..a3b67e3 100644 --- a/chrome/browser/ui/gtk/download_item_gtk.h +++ b/chrome/browser/ui/gtk/download_item_gtk.h @@ -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; |