| Index: chrome/installer/setup/install.h
 | 
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
 | 
| index 9d40c3bb060e9124bc516c8ac3276a4f16224a53..3a7b175575c91f992e710a721a7ff949bada2d03 100644
 | 
| --- a/chrome/installer/setup/install.h
 | 
| +++ b/chrome/installer/setup/install.h
 | 
| @@ -71,7 +71,7 @@ bool CreateVisualElementsManifest(const FilePath& src_path,
 | 
|  // If creating the Start menu shortcut is successful, it is also pinned to the
 | 
|  // taskbar.
 | 
|  void CreateOrUpdateShortcuts(
 | 
| -    const FilePath& chrome_exe,
 | 
| +    const FilePath& target,
 | 
|      const Product& product,
 | 
|      const MasterPreferences& prefs,
 | 
|      InstallShortcutLevel install_level,
 | 
| 
 |