| Index: chrome/browser/profiles/profile_info_cache_unittest.cc
 | 
| diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc
 | 
| index 2f3e9cd05cb25659ef0bfb6c1d5d7eefa54c76c9..3da169c66ce96b1b829cddb4f87139e72f27a68b 100644
 | 
| --- a/chrome/browser/profiles/profile_info_cache_unittest.cc
 | 
| +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc
 | 
| @@ -12,7 +12,6 @@
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/files/file_util.h"
 | 
|  #include "base/macros.h"
 | 
| -#include "base/prefs/testing_pref_service.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
|  #include "base/time/time.h"
 | 
| @@ -26,6 +25,7 @@
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
|  #include "chrome/test/base/testing_browser_process.h"
 | 
| +#include "components/prefs/testing_pref_service.h"
 | 
|  #include "components/signin/core/common/profile_management_switches.h"
 | 
|  #include "components/syncable_prefs/pref_service_syncable.h"
 | 
|  #include "content/public/test/test_browser_thread_bundle.h"
 | 
| 
 |