| Index: chrome/browser/profiles/profile_manager_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
|
| index 1181443536cb46363b8d57c466703b0533f90482..87dd48894c9064ec5d641d57b712ffcb981da9eb 100644
|
| --- a/chrome/browser/profiles/profile_manager_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_manager_unittest.cc
|
| @@ -166,7 +166,7 @@ TEST_F(ProfileManagerTest, DefaultProfileDir) {
|
| // This functionality only exists on Chrome OS.
|
| TEST_F(ProfileManagerTest, LoggedInProfileDir) {
|
| CommandLine *cl = CommandLine::ForCurrentProcess();
|
| - std::string profile_dir("my_user");
|
| + std::string profile_dir(chrome::kTestUserProfileDir);
|
|
|
| cl->AppendSwitchASCII(chromeos::switches::kLoginProfile, profile_dir);
|
|
|
|
|