| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index d352f9708ff50ab839e44f148b38739ceb21937f..331c952a8bbfe9af987b6d483b2a5ce3de4f313e 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/android/shortcut_info.h"
|
| #include "chrome/browser/android/webapk/webapk_info.h"
|
| +#include "chrome/browser/android/webapk/webapk_install_service.h"
|
| #include "chrome/browser/android/webapk/webapk_installer.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| @@ -44,7 +45,7 @@ class ShortcutHelper {
|
| content::WebContents* web_conetnts,
|
| const ShortcutInfo& info,
|
| const SkBitmap& icon_bitmap,
|
| - const WebApkInstaller::FinishCallback& callback);
|
| + const WebApkInstallService::FinishCallback& callback);
|
|
|
| // Shows toast notifying user that a WebAPK install is already in progress
|
| // when user tries to queue a new install for the same WebAPK.
|
|
|