| Index: chrome/common/service_process_util_win.cc
 | 
| diff --git a/chrome/common/service_process_util_win.cc b/chrome/common/service_process_util_win.cc
 | 
| index 1050f1e1a1c29ed036412724bd3030a18019ce89..2d5db856c4a2f4830aafbc545f1ff76467b67423 100644
 | 
| --- a/chrome/common/service_process_util_win.cc
 | 
| +++ b/chrome/common/service_process_util_win.cc
 | 
| @@ -153,7 +153,7 @@ bool ServiceProcessState::AddToAutoRun() {
 | 
|    return base::win::AddCommandToAutoRun(
 | 
|        HKEY_CURRENT_USER,
 | 
|        UTF8ToWide(GetServiceProcessAutoRunKey()),
 | 
| -      autorun_command_line_->command_line_string());
 | 
| +      autorun_command_line_->GetCommandLineString());
 | 
|  }
 | 
|  
 | 
|  bool ServiceProcessState::RemoveFromAutoRun() {
 | 
| 
 |