| Index: chrome/browser/ui/gtk/download_shelf_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/download_shelf_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/download_shelf_gtk.h (working copy)
|
| @@ -10,7 +10,6 @@
|
|
|
| #include <vector>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/download/download_shelf.h"
|
| #include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| @@ -18,6 +17,7 @@
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "gfx/native_widget_types.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class BaseDownloadItemModel;
|
| class Browser;
|
|
|