| Index: chrome/browser/profiles/profile_io_data.cc
 | 
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
 | 
| index 3bbb64760bb83f7732cac9a2b7a756a62d37ab5e..6c7611f6c7625779ad5af5d679ede930ced3f8e2 100644
 | 
| --- a/chrome/browser/profiles/profile_io_data.cc
 | 
| +++ b/chrome/browser/profiles/profile_io_data.cc
 | 
| @@ -17,7 +17,6 @@
 | 
|  #include "base/logging.h"
 | 
|  #include "base/macros.h"
 | 
|  #include "base/path_service.h"
 | 
| -#include "base/prefs/pref_service.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
|  #include "base/strings/string_util.h"
 | 
| @@ -62,6 +61,7 @@
 | 
|  #include "components/dom_distiller/core/url_constants.h"
 | 
|  #include "components/metrics/metrics_pref_names.h"
 | 
|  #include "components/net_log/chrome_net_log.h"
 | 
| +#include "components/prefs/pref_service.h"
 | 
|  #include "components/signin/core/common/signin_pref_names.h"
 | 
|  #include "components/sync_driver/pref_names.h"
 | 
|  #include "components/url_formatter/url_fixer.h"
 | 
| 
 |