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

Unified Diff: webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java

Issue 1946333006: Rename org.chromium.minting to org.chromium.webapk that I missed in https://codereview.chromium.org… (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
« no previous file with comments | « webapk/libs/runtime_library/junit/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java
diff --git a/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java b/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java
index afeb1e52ed39c038f761a857f2d537544b8b906e..2af8bae5f6c2e85d74e145be1bbb26176623ccc7 100644
--- a/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java
+++ b/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImpl.java
@@ -29,7 +29,7 @@ public class WebApkServiceImpl extends IWebApkApi.Stub {
private static final String TAG = "WebApkServiceImpl";
private final Context mContext;
- // TODO(hanxi): Removes when org.chromium.minting.R.java is in the web_apk.dex.
+ // TODO(hanxi): Removes when org.chromium.webapk.R.java is in the web_apk.dex.
private final int mAppIcon;
private final String mExpectedHostPackage;
private final Set<Integer> mAuthorizedUids = new HashSet<>();
« no previous file with comments | « webapk/libs/runtime_library/junit/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698