diff options
Diffstat (limited to 'chrome/browser/profile_manager_unittest.cc')
-rw-r--r-- | chrome/browser/profile_manager_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc index ca8bf0b..95f71aa 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 = |