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

Unified Diff: web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java

Issue 1953543002: Rename WebAPK related classes to be of the format *WebApk*.java (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: web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java
diff --git a/web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java b/web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java
index 8c2b29e37564efd590cedead0eb31a5361dd3c5a..7b99ecf319513e445b37285d4dc04f8b5b837241 100644
--- a/web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java
+++ b/web_apks/minting_example/javatests/src/org/chromium/minting/DexLoaderTest.java
@@ -18,7 +18,7 @@ import dalvik.system.DexFile;
import org.chromium.base.FileUtils;
import org.chromium.content.browser.test.util.CallbackHelper;
-import org.chromium.minting.lib.common.WebAPKUtils;
+import org.chromium.minting.lib.common.WebApkUtils;
import org.chromium.minting.test.dex_optimizer.IDexOptimizerService;
import java.io.File;
@@ -88,7 +88,7 @@ public class DexLoaderTest extends InstrumentationTestCase {
protected void setUp() {
mContext = getInstrumentation().getTargetContext();
- mRemoteContext = WebAPKUtils.getHostBrowserContext(mContext);
+ mRemoteContext = WebApkUtils.getHostBrowserContext(mContext);
if (mRemoteContext == null) {
fail("Failed to get remote context.");
}

Powered by Google App Engine
This is Rietveld 408576698