| Index: chrome/browser/mac/relauncher.cc
 | 
| diff --git a/chrome/browser/mac/relauncher.cc b/chrome/browser/mac/relauncher.cc
 | 
| index 07f8e79851b99dab2a2eae8d88c53a9542a2093b..d5ce3238e472c067595d8d24bf453168315158ee 100644
 | 
| --- a/chrome/browser/mac/relauncher.cc
 | 
| +++ b/chrome/browser/mac/relauncher.cc
 | 
| @@ -155,7 +155,7 @@ bool RelaunchAppWithHelper(const std::string& helper,
 | 
|  
 | 
|    base::LaunchOptions options;
 | 
|    options.fds_to_remap = &fd_map;
 | 
| -  if (!base::LaunchProcess(relaunch_args, options)) {
 | 
| +  if (!base::LaunchProcess(relaunch_args, options, NULL)) {
 | 
|      LOG(ERROR) << "base::LaunchProcess failed";
 | 
|      return false;
 | 
|    }
 | 
| 
 |