| Index: chrome/browser/ui/web_applications/web_app_ui.cc | 
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc | 
| index f3f36a23b99652581ebbad7072712a7880626c50..1f17e09d88eca5774112d2b79d363fa405174052 100644 | 
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc | 
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc | 
| @@ -229,7 +229,7 @@ void UpdateShortcutWorker::UpdateShortcutsOnFileThread() { | 
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); | 
|  | 
| FilePath web_app_path = web_app::internals::GetWebAppDataDirectory( | 
| -      web_app::GetDataDir(profile_path_), shortcut_info_); | 
| +      profile_path_, shortcut_info_.extension_id, shortcut_info_.url); | 
|  | 
| // Ensure web_app_path exists. web_app_path could be missing for a legacy | 
| // shortcut created by Gears. | 
|  |