| Index: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| index 60afc9cb5557d3d33ac8f6dfc1bd6061a42902fa..f33106f9e1b3fe9ada7a5f4ebd9a0abe87993b7f 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| @@ -98,7 +98,8 @@ class ProfileListChromeOSTest : public testing::Test {
|
| manager()->CreateTestingProfile(
|
| chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix,
|
| scoped_ptr<PrefServiceSyncable>(),
|
| - ASCIIToUTF16(email_string), 0, std::string());
|
| + ASCIIToUTF16(email_string), 0, std::string(),
|
| + TestingProfile::TestingFactories());
|
| }
|
|
|
| AvatarMenu* GetAvatarMenu() {
|
|
|