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

Unified Diff: webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java

Issue 1948033005: Rename MintingExample.template.apk to WebApk.template.apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
diff --git a/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java b/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
index 6ea017452fb10f81ffcabea25aa32db267cee829..9e6a28d398783acf45650bcbbecfe6fd97a09669 100644
--- a/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
+++ b/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
@@ -12,5 +12,5 @@ public final class WebApkConstants {
public static final String WEB_APK_ID_PREFIX = "webapk:";
- public static final String WEB_APK_PACKAGE_PREFIX = "org.chromium.minting";
+ public static final String WEB_APK_PACKAGE_PREFIX = "org.chromium.webapk";
}

Powered by Google App Engine
This is Rietveld 408576698