Index: chrome/browser/profile_manager_unittest.cc |
diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc |
index ca8bf0bdf8b28663d6a8c6bbfbc8b0262072ac9e..95f71aae225a9749d7866606ce61675c80fa98a1 100644 |
--- a/chrome/browser/profile_manager_unittest.cc |
+++ b/chrome/browser/profile_manager_unittest.cc |
@@ -95,7 +95,7 @@ TEST_F(ProfileManagerTest, LoggedInProfileDir) { |
ProfileManager profile_manager; |
std::string profile_dir("my_user"); |
- cl->AppendSwitchWithValue(switches::kLoginProfile, profile_dir); |
+ cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir); |
cl->AppendSwitch(switches::kTestType); |
FilePath expected_default = |