Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 2729993002: WebAPKs: Pass callback of type WebApkInstallService::FinishCallback to ShortcutHelper (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698