Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc

Issue 59883010: This is the fourth CL of several that will eventually replace TokenService with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change LOG(INFO) to VLOG(1) Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698