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

Unified Diff: webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersionManager.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
Index: webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersionManager.java
diff --git a/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkVersionManager.java b/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersionManager.java
similarity index 96%
rename from web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkVersionManager.java
rename to webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersionManager.java
index 70a4bb1d57ae84f2fcca2a17b282a2286c96fbef..8b643a3ff7e77681f890d41473ee4257409599cf 100644
--- a/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkVersionManager.java
+++ b/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersionManager.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.lib.client;
+package org.chromium.webapk.lib.client;
import android.content.Context;
import android.content.SharedPreferences;
@@ -10,7 +10,7 @@ import android.preference.PreferenceManager;
import org.chromium.base.FileUtils;
import org.chromium.base.ThreadUtils;
-import org.chromium.minting.lib.common.WebApkUtils;
+import org.chromium.webapk.lib.common.WebApkUtils;
import java.io.File;
« no previous file with comments | « webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template ('k') | webapk/libs/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698