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

Unified Diff: chrome/common/pref_service_uitest.cc

Issue 18248: CommandLine API rework (Closed)
Patch Set: fixes Created 11 years, 11 months 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
« no previous file with comments | « chrome/common/main_function_params.h ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/common/main_function_params.h ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698