| Index: chrome/browser/first_run/first_run_gtk.cc
 | 
| diff --git a/chrome/browser/first_run/first_run_gtk.cc b/chrome/browser/first_run/first_run_gtk.cc
 | 
| index 9051456010bb9b2b3b596b2b968c1cae3d882c69..bb79830c26f6140e11eb9c1e1aaeb8737a93e80c 100644
 | 
| --- a/chrome/browser/first_run/first_run_gtk.cc
 | 
| +++ b/chrome/browser/first_run/first_run_gtk.cc
 | 
| @@ -43,7 +43,7 @@ bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
 | 
|    // for the process to return.
 | 
|    base::LaunchOptions options;
 | 
|    options.wait = true;
 | 
| -  return base::LaunchProcess(import_cmd, options);
 | 
| +  return base::LaunchProcess(import_cmd, options, NULL);
 | 
|  }
 | 
|  
 | 
|  // static
 | 
| 
 |