| Index: chrome/common/pref_service_uitest.cc
|
| diff --git a/chrome/common/pref_service_uitest.cc b/chrome/common/pref_service_uitest.cc
|
| index 0ecd1147fe8f67f5a71ced3f16072b124efe0dfc..4ffd4e7d49b63d6fd454e5f380f85cca0dae35c0 100644
|
| --- a/chrome/common/pref_service_uitest.cc
|
| +++ b/chrome/common/pref_service_uitest.cc
|
| @@ -43,9 +43,8 @@ public:
|
| ASSERT_TRUE(::SetFileAttributesW(tmp_pref_file_.c_str(),
|
| FILE_ATTRIBUTE_NORMAL));
|
|
|
| - CommandLine::AppendSwitchWithValue(&launch_arguments_,
|
| - switches::kUserDataDir,
|
| - tmp_profile_);
|
| + launch_arguments_.AppendSwitchWithValue(switches::kUserDataDir,
|
| + tmp_profile_);
|
| }
|
|
|
| bool LaunchAppWithProfile() {
|
|
|