| Index: chrome/browser/ui/webui/settings/downloads_handler.cc
 | 
| diff --git a/chrome/browser/ui/webui/settings/downloads_handler.cc b/chrome/browser/ui/webui/settings/downloads_handler.cc
 | 
| index b35f2db71e687f562a83558a4f5bf56df41a7117..58eee71ac0f08b9f1e196dda7cef377c9c14f418 100644
 | 
| --- a/chrome/browser/ui/webui/settings/downloads_handler.cc
 | 
| +++ b/chrome/browser/ui/webui/settings/downloads_handler.cc
 | 
| @@ -4,8 +4,6 @@
 | 
|  
 | 
|  #include "chrome/browser/ui/webui/settings/downloads_handler.h"
 | 
|  
 | 
| -#include "base/prefs/pref_service.h"
 | 
| -#include "base/prefs/scoped_user_pref_update.h"
 | 
|  #include "base/values.h"
 | 
|  #include "chrome/browser/download/download_prefs.h"
 | 
|  #include "chrome/browser/profiles/profile.h"
 | 
| @@ -13,6 +11,8 @@
 | 
|  #include "chrome/common/pref_names.h"
 | 
|  #include "chrome/grit/chromium_strings.h"
 | 
|  #include "chrome/grit/settings_strings.h"
 | 
| +#include "components/prefs/pref_service.h"
 | 
| +#include "components/prefs/scoped_user_pref_update.h"
 | 
|  #include "content/public/browser/user_metrics.h"
 | 
|  #include "content/public/browser/web_contents.h"
 | 
|  #include "content/public/browser/web_ui.h"
 | 
| 
 |