Index: chrome/browser/ui/gtk/download/download_shelf_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/download/download_shelf_gtk.cc (revision 96793) |
+++ chrome/browser/ui/gtk/download/download_shelf_gtk.cc (working copy) |
@@ -6,7 +6,6 @@ |
#include <string> |
-#include "chrome/browser/download/download_item.h" |
#include "chrome/browser/download/download_item_model.h" |
#include "chrome/browser/download/download_util.h" |
#include "chrome/browser/ui/browser.h" |
@@ -18,6 +17,7 @@ |
#include "chrome/browser/ui/gtk/gtk_theme_service.h" |
#include "chrome/browser/ui/gtk/gtk_util.h" |
#include "chrome/common/chrome_notification_types.h" |
+#include "content/browser/download/download_item.h" |
#include "content/common/notification_service.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |