| Index: chrome/browser/download/chrome_download_manager_delegate.cc
 | 
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.cc b/chrome/browser/download/chrome_download_manager_delegate.cc
 | 
| index c4987eeb8e5c5c55ff7aa2959de8682f65568c61..f3e7c054241574c09632573c425fed64a7f8c135 100644
 | 
| --- a/chrome/browser/download/chrome_download_manager_delegate.cc
 | 
| +++ b/chrome/browser/download/chrome_download_manager_delegate.cc
 | 
| @@ -14,21 +14,21 @@
 | 
|  #include "base/stringprintf.h"
 | 
|  #include "base/time.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
| +#include "chrome/browser/api/prefs/pref_member.h"
 | 
|  #include "chrome/browser/browser_process.h"
 | 
|  #include "chrome/browser/download/download_completion_blocker.h"
 | 
|  #include "chrome/browser/download/download_crx_util.h"
 | 
|  #include "chrome/browser/download/download_extensions.h"
 | 
|  #include "chrome/browser/download/download_file_picker.h"
 | 
|  #include "chrome/browser/download/download_history.h"
 | 
| -#include "chrome/browser/download/download_prefs.h"
 | 
|  #include "chrome/browser/download/download_path_reservation_tracker.h"
 | 
| +#include "chrome/browser/download/download_prefs.h"
 | 
|  #include "chrome/browser/download/download_status_updater.h"
 | 
|  #include "chrome/browser/download/download_util.h"
 | 
|  #include "chrome/browser/download/save_package_file_picker.h"
 | 
|  #include "chrome/browser/extensions/api/downloads/downloads_api.h"
 | 
|  #include "chrome/browser/extensions/crx_installer.h"
 | 
|  #include "chrome/browser/extensions/extension_service.h"
 | 
| -#include "chrome/browser/prefs/pref_member.h"
 | 
|  #include "chrome/browser/prefs/pref_service.h"
 | 
|  #include "chrome/browser/profiles/profile.h"
 | 
|  #include "chrome/browser/safe_browsing/safe_browsing_service.h"
 | 
| 
 |