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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_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/ui/ash/launcher/chrome_launcher_controller_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
index 87a5e6a867cb8b3665c169fec2e46209b143a0bb..555e89253828199b4e1cb31c64ea6949e8dfe6f2 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
@@ -854,7 +854,8 @@ class MultiProfileMultiBrowserShelfLayoutChromeLauncherControllerTest
TestingProfile* profile = profile_manager()->CreateTestingProfile(
profile_name,
scoped_ptr<PrefServiceSyncable>(),
- ASCIIToUTF16(email_string), 0, std::string());
+ ASCIIToUTF16(email_string), 0, std::string(),
+ TestingProfile::TestingFactories());
profile->set_profile_name(email_string);
EXPECT_TRUE(profile);
// Remember the profile name so that we can destroy it upon destruction.

Powered by Google App Engine
This is Rietveld 408576698