| Index: chrome/browser/browsing_data_remover.cc
|
| ===================================================================
|
| --- chrome/browser/browsing_data_remover.cc (revision 96793)
|
| +++ chrome/browser/browsing_data_remover.cc (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "base/platform_file.h"
|
| #include "chrome/browser/autofill/personal_data_manager.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_special_storage_policy.h"
|
| #include "chrome/browser/history/history.h"
|
| @@ -35,6 +34,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/browser/download/download_manager.h"
|
| #include "content/browser/in_process_webkit/webkit_context.h"
|
| #include "content/browser/user_metrics.h"
|
| #include "content/common/notification_source.h"
|
|
|