| Index: chrome/browser/web_applications/web_app_android.cc | 
| diff --git a/chrome/browser/web_applications/web_app_android.cc b/chrome/browser/web_applications/web_app_android.cc | 
| index 2bbe04264c4135ef9285387dffb4987746f04320..a87793a44f6b10cacee2cd7485b9c951ffef54fa 100644 | 
| --- a/chrome/browser/web_applications/web_app_android.cc | 
| +++ b/chrome/browser/web_applications/web_app_android.cc | 
| @@ -9,21 +9,21 @@ namespace internals { | 
|  | 
| bool CreatePlatformShortcuts( | 
| const base::FilePath& web_app_path, | 
| -    const ShellIntegration::ShortcutInfo& shortcut_info, | 
| +    const web_app::ShortcutInfo& shortcut_info, | 
| const extensions::FileHandlersInfo& file_handlers_info, | 
| -    const ShellIntegration::ShortcutLocations& creation_locations, | 
| +    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, | 
| const extensions::FileHandlersInfo& file_handlers_info) {} | 
|  | 
| void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} | 
|  |