Commit 5a27ea9e authored by gunsch's avatar gunsch Committed by Commit bot

Android buildfix: ResourceExtractor moved to org.chromium.base

R=lcwu@chromium.org,byungchul@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/563323003

Cr-Commit-Position: refs/heads/master@{#294698}
parent dcb4ae92
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
package org.chromium.chromecast.shell; package org.chromium.chromecast.shell;
import org.chromium.base.PathUtils; import org.chromium.base.PathUtils;
import org.chromium.base.ResourceExtractor;
import org.chromium.content.app.ContentApplication; 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 * Entry point for the Android cast shell application. Handles initialization of information that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment