| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index 64f81277658b2685a4b27a7f9704249364aa5ee7..f9532c4181d2779a46fb9fe6afda67087d81f46f 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/generated_resources.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| -#include "chrome/test/base/testing_pref_service_syncable.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/invalidation/impl/profile_invalidation_provider.h"
|
| @@ -45,6 +44,7 @@
|
| #include "components/sync_driver/sync_prefs.h"
|
| #include "components/sync_driver/sync_service_observer.h"
|
| #include "components/sync_driver/sync_util.h"
|
| +#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "components/version_info/version_info_values.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|