| Index: chrome/browser/ui/app_list/app_list_view_delegate.cc | 
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc | 
| index 3b116f3272752adb47a2d6e00112391b9565f943..e9c2a506db15c089ce73fac5ff2b413ec42bd218 100644 | 
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.cc | 
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc | 
| @@ -55,7 +55,7 @@ const int kAutoLaunchDefaultTimeoutMilliSec = 50; | 
| void CreateShortcutInWebAppDir( | 
| const base::FilePath& app_data_dir, | 
| base::Callback<void(const base::FilePath&)> callback, | 
| -    const ShellIntegration::ShortcutInfo& info) { | 
| +    const web_app::ShortcutInfo& info) { | 
| content::BrowserThread::PostTaskAndReplyWithResult( | 
| content::BrowserThread::FILE, | 
| FROM_HERE, | 
|  |