diff options
Diffstat (limited to 'chrome/browser/profiles/profile_info_cache_unittest.cc')
-rw-r--r-- | chrome/browser/profiles/profile_info_cache_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc index d6e7b53..9272f6e 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.cc +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc @@ -486,7 +486,7 @@ TEST_F(ProfileInfoCacheTest, CreateSupervisedTestingProfile) { testing_profile_manager_.CreateTestingProfile("default"); base::string16 supervised_user_name = ASCIIToUTF16("Supervised User"); testing_profile_manager_.CreateTestingProfile( - "test1", scoped_ptr<PrefServiceSyncable>(), + "test1", scoped_ptr<syncable_prefs::PrefServiceSyncable>(), supervised_user_name, 0, "TEST_ID", TestingProfile::TestingFactories()); for (size_t i = 0; i < GetCache()->GetNumberOfProfiles(); i++) { bool is_supervised = |