| Index: chrome/browser/web_applications/web_app_chromeos.cc | 
| diff --git a/chrome/browser/web_applications/web_app_chromeos.cc b/chrome/browser/web_applications/web_app_chromeos.cc | 
| index 2f922eb7eda01145151eb0597bf22c312dc239e7..e1dcde2e2b3e540f36282533976de99c30b9c10a 100644 | 
| --- a/chrome/browser/web_applications/web_app_chromeos.cc | 
| +++ b/chrome/browser/web_applications/web_app_chromeos.cc | 
| @@ -9,20 +9,20 @@ namespace internals { | 
|  | 
| bool CreatePlatformShortcuts( | 
| const base::FilePath& web_app_path, | 
| -    const ShellIntegration::ShortcutInfo& shortcut_info, | 
| -    const ShellIntegration::ShortcutLocations& creation_locations, | 
| +    const web_app::ShortcutInfo& shortcut_info, | 
| +    const web_app::ShortcutLocations& creation_locations, | 
| ShortcutCreationReason creation_reason) { | 
| return true; | 
| } | 
|  | 
| void DeletePlatformShortcuts( | 
| const base::FilePath& web_app_path, | 
| -    const ShellIntegration::ShortcutInfo& shortcut_info) {} | 
| +    const web_app::ShortcutInfo& shortcut_info) {} | 
|  | 
| void UpdatePlatformShortcuts( | 
| const base::FilePath& web_app_path, | 
| const base::string16& old_app_title, | 
| -    const ShellIntegration::ShortcutInfo& shortcut_info) {} | 
| +    const web_app::ShortcutInfo& shortcut_info) {} | 
|  | 
| void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} | 
|  | 
|  |