| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 5e28acdec90c9423677c17e59fc2ac5bd71d7c15..81995e861e31be2e34cd8cdcc35fe7c272d8a7de 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -158,7 +158,7 @@ void ShortcutHelper::InstallWebApkWithSkBitmap(
|
| content::WebContents* web_contents,
|
| const ShortcutInfo& info,
|
| const SkBitmap& icon_bitmap,
|
| - const WebApkInstaller::FinishCallback& callback) {
|
| + const WebApkInstallService::FinishCallback& callback) {
|
| WebApkInstallService::Get(web_contents->GetBrowserContext())
|
| ->InstallAsync(info, icon_bitmap, callback);
|
| // Don't record metric for users who install WebAPKs via "unsigned sources"
|
|
|