Index: chrome/browser/download/download_manager.cc |
diff --git a/chrome/browser/download/download_manager.cc b/chrome/browser/download/download_manager.cc |
index 7dc9a11067c51d6ef56ca0629f4e98714fc9907c..a451d4138588e7be036dd0bf3a7abf877bffcf09 100644 |
--- a/chrome/browser/download/download_manager.cc |
+++ b/chrome/browser/download/download_manager.cc |
@@ -17,7 +17,6 @@ |
#include "base/task.h" |
#include "base/utf_string_conversions.h" |
#include "build/build_config.h" |
-#include "chrome/browser/browser.h" |
#include "chrome/browser/browser_list.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/browser_thread.h" |
@@ -37,6 +36,7 @@ |
#include "chrome/browser/tab_contents/infobar_delegate.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_util.h" |
+#include "chrome/browser/ui/browser.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/notification_type.h" |