From 61a4c6f8372350bedd95d8834c8bfd1b36a27c1b Mon Sep 17 00:00:00 2001 From: "msw@chromium.org" Date: Wed, 20 Jul 2011 04:54:52 +0000 Subject: Rename CommandLine::GetCommandLineString(). Fix string hackery in net/tools/dump_cache/dump_cache.cc Fix const casts in chrome/installer/util/product.cc and base/process_util_win.cc. BUG=73195 TEST=none Review URL: http://codereview.chromium.org/7386002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93165 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/service_process_util_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/service_process_util_linux.cc') diff --git a/chrome/common/service_process_util_linux.cc b/chrome/common/service_process_util_linux.cc index fe3d04f..ab5957e 100644 --- a/chrome/common/service_process_util_linux.cc +++ b/chrome/common/service_process_util_linux.cc @@ -101,7 +101,7 @@ bool ServiceProcessState::AddToAutoRun() { return AutoStart::AddApplication( GetServiceProcessScopedName(GetBaseDesktopName()), app_name, - autorun_command_line_->command_line_string(), + autorun_command_line_->GetCommandLineString(), false); } -- cgit v1.1