| 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<>();
|
|
|