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

Unified Diff: chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java

Issue 563323003: Android buildfix: ResourceExtractor moved to org.chromium.base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
diff --git a/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java b/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
index 1360dab2be6443a3d1f218cb8acf2a4245ab2217..65ad319c7ca7e40f7964f96955602df46dfa2a08 100644
--- a/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
+++ b/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
@@ -5,8 +5,8 @@
package org.chromium.chromecast.shell;
import org.chromium.base.PathUtils;
+import org.chromium.base.ResourceExtractor;
import org.chromium.content.app.ContentApplication;
-import org.chromium.content.browser.ResourceExtractor;
/**
* Entry point for the Android cast shell application. Handles initialization of information that
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698