Index: chrome/browser/ui/views/frame/browser_view.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_view.cc (revision 96793) |
+++ chrome/browser/ui/views/frame/browser_view.cc (working copy) |
@@ -22,7 +22,6 @@ |
#include "chrome/browser/bookmarks/bookmark_utils.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/debugger/devtools_window.h" |
-#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/extensions/extension_tab_helper.h" |
#include "chrome/browser/extensions/extension_tts_api.h" |
#include "chrome/browser/instant/instant_controller.h" |
@@ -76,6 +75,7 @@ |
#include "chrome/common/native_window_notification_source.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
+#include "content/browser/download/download_manager.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/renderer_host/render_widget_host_view.h" |
#include "content/browser/tab_contents/tab_contents.h" |