| Index: chrome/browser/download/download_file_manager.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_file_manager.cc (revision 76326)
|
| +++ chrome/browser/download/download_file_manager.cc (working copy)
|
| @@ -10,17 +10,17 @@
|
| #include "base/task.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/download/download_util.h"
|
| #include "chrome/browser/history/download_create_info.h"
|
| #include "chrome/browser/net/chrome_url_request_context.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/browser_thread.h"
|
| +#include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/io_buffer.h"
|
|
|
|
|