Chromium Code Reviews| Index: content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
| diff --git a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java b/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
| index f9b7993e4125670ac581287774f48e3871e769f5..7dbccdcecb79cbb7e92c822af3f5b813b03b50be 100644 |
| --- a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
| +++ b/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
| @@ -7,8 +7,11 @@ package org.chromium.content_browsertests_apk; |
| import android.app.Application; |
| import org.chromium.base.PathUtils; |
| -import org.chromium.content.browser.ResourceExtractor; |
| +import org.chromium.base.ResourceExtractor; |
| +/** |
| + * A basic content shell {@link android.app.Application}. |
|
Ted C
2014/09/09 23:18:42
s/shell/browser tests
|
| + */ |
| public class ContentBrowserTestsApplication extends Application { |
| private static final String[] MANDATORY_PAK_FILES = new String[] { |