diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 23:21:26 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 23:21:26 +0000 |
commit | cb0323daa02f22887431814b45f87edc365a5853 (patch) | |
tree | 38b9aad479df7dd77aff6e34f1051db09bc42981 /chrome/browser/profiles/profile_info_cache_unittest.cc | |
parent | 052ed9cbe4bff2063fe407d6c77c2f1104a3167a (diff) | |
download | chromium_src-cb0323daa02f22887431814b45f87edc365a5853.zip chromium_src-cb0323daa02f22887431814b45f87edc365a5853.tar.gz chromium_src-cb0323daa02f22887431814b45f87edc365a5853.tar.bz2 |
This is the fourth CL of several that will eventually replace TokenService with
ProfileOAuth2TokenService. In this CL, the dependencies on TS are removed
from chromeos code and managed user code.
BUG=305247
TBR=rlp@chromium.org,davemoore@chromium.org,asvitkine@chromium.org
Review URL: https://codereview.chromium.org/59883010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236865 0039d316-1c4b-4281-b951-d872f2087c98
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 1a6e089..824afb5 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.cc +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc @@ -452,7 +452,7 @@ TEST_F(ProfileInfoCacheTest, CreateManagedTestingProfile) { string16 managed_user_name = ASCIIToUTF16("Supervised User"); testing_profile_manager_.CreateTestingProfile( "test1", scoped_ptr<PrefServiceSyncable>(), - managed_user_name, 0, "TEST_ID"); + managed_user_name, 0, "TEST_ID", TestingProfile::TestingFactories()); for (size_t i = 0; i < GetCache()->GetNumberOfProfiles(); i++) { bool is_managed = GetCache()->GetNameOfProfileAtIndex(i) == managed_user_name; |