| Index: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| diff --git a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| index 45b6a2c34c6c501c79f92a5be93ad2248dedd264..7749f97914447934f8b271720db348e0dd39b588 100644
|
| --- a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| +++ b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| @@ -11,7 +11,7 @@ public final class WebApkConstants {
|
| public static final String WEBAPK_PACKAGE_PREFIX = "org.chromium.webapk";
|
|
|
| // WebAPK id prefix. The id is used for storing WebAPK data in Chrome's SharedPreferences.
|
| - public static final String WEBAPK_ID_PREFIX = "webapk:";
|
| + public static final String WEBAPK_ID_PREFIX = "webapk-";
|
|
|
| // These EXTRA_* values must stay in sync with
|
| // {@link org.chromium.chrome.browser.ShortcutHelper}.
|
|
|