Index: chrome/browser/gtk/download_shelf_gtk.cc |
diff --git a/chrome/browser/gtk/download_shelf_gtk.cc b/chrome/browser/gtk/download_shelf_gtk.cc |
index a6c2a6939304bc7171c2efd84e8c1cf4b62ca0ad..3c47c38b0a31ae89f6b01ae92ca8e4393e21a7ed 100644 |
--- a/chrome/browser/gtk/download_shelf_gtk.cc |
+++ b/chrome/browser/gtk/download_shelf_gtk.cc |
@@ -6,7 +6,6 @@ |
#include "app/l10n_util.h" |
#include "app/resource_bundle.h" |
-#include "chrome/browser/browser.h" |
#include "chrome/browser/download/download_item.h" |
#include "chrome/browser/download/download_item_model.h" |
#include "chrome/browser/download/download_util.h" |
@@ -18,6 +17,7 @@ |
#include "chrome/browser/gtk/gtk_theme_provider.h" |
#include "chrome/browser/gtk/gtk_util.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "chrome/browser/ui/browser.h" |
#include "chrome/common/notification_service.h" |
#include "gfx/gtk_util.h" |
#include "grit/generated_resources.h" |