| 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..73818f07c8e9c2b6e2fd63cc4fad29bd1e301986 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -14,7 +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_installer.h"
|
| +#include "chrome/browser/android/webapk/webapk_install_service.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| namespace content {
|
| @@ -44,7 +44,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.
|
|
|