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

Unified Diff: webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java

Issue 1945303005: Change webapk packages and directory structure (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/shell_apk/src/org/chromium/webapk/shell_apk/WebApkApplication.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
diff --git a/web_apks/minting_example/src/org/chromium/minting/WebApkServiceFactory.java b/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
similarity index 97%
rename from web_apks/minting_example/src/org/chromium/minting/WebApkServiceFactory.java
rename to webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
index e338a7b3d3c790963922a6d67fc3e844b878ec59..f26afa40da247f9e5ce2eafda1a2db603ee74e04 100644
--- a/web_apks/minting_example/src/org/chromium/minting/WebApkServiceFactory.java
+++ b/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.minting;
+package org.chromium.webapk.shell_apk;
import android.app.Service;
import android.content.Context;
@@ -14,7 +14,7 @@ import android.os.Bundle;
import android.os.IBinder;
import android.util.Log;
-import org.chromium.minting.lib.common.WebApkUtils;
+import org.chromium.webapk.lib.common.WebApkUtils;
import java.io.File;
import java.lang.reflect.Constructor;
@@ -31,7 +31,7 @@ public class WebApkServiceFactory extends Service {
* Name of the class with IBinder API implementation.
*/
private static final String MINTED_SERVICE_IMPL_CLASS_NAME =
- "org.chromium.minting.libs.runtime_library.WebApkServiceImpl";
+ "org.chromium.webapk.lib.runtime_library.WebApkServiceImpl";
private static final String KEY_APP_ICON_ID = "app_icon_id";
private static final String KEY_EXPECTED_HOST_BROWSER = "expected_host_browser";
« no previous file with comments | « webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkApplication.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698