| 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 1921d8a85904641ef1314526949ac7078123d08a..fb3e87b347e597b743500208f852e8dd9fe06fa6 100644
|
| --- a/chrome/browser/profiles/profile_info_cache_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc
|
| @@ -28,7 +28,7 @@
|
| #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 "components/sync_preferences/pref_service_syncable.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| @@ -492,7 +492,7 @@ TEST_F(ProfileInfoCacheTest, CreateSupervisedTestingProfile) {
|
| testing_profile_manager_.CreateTestingProfile("default");
|
| base::string16 supervised_user_name = ASCIIToUTF16("Supervised User");
|
| testing_profile_manager_.CreateTestingProfile(
|
| - "test1", std::unique_ptr<syncable_prefs::PrefServiceSyncable>(),
|
| + "test1", std::unique_ptr<sync_preferences::PrefServiceSyncable>(),
|
| supervised_user_name, 0, "TEST_ID", TestingProfile::TestingFactories());
|
| for (size_t i = 0; i < GetCache()->GetNumberOfProfiles(); i++) {
|
| bool is_supervised =
|
|
|