| Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| index cf7261903b9ac6c187dba1717a8f62d1ef7b4c42..9a29d4f0d64457266ba1c8fb6124d45f4829ca6e 100644
|
| --- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| +++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| @@ -4,15 +4,14 @@
|
|
|
| package org.chromium.chromium_linker_test_apk;
|
|
|
| -import android.app.Application;
|
| -
|
| +import org.chromium.base.BaseChromiumApplication;
|
| import org.chromium.base.PathUtils;
|
| import org.chromium.base.ResourceExtractor;
|
|
|
| /**
|
| * Application for testing the Chromium Linker
|
| */
|
| -public class ChromiumLinkerTestApplication extends Application {
|
| +public class ChromiumLinkerTestApplication extends BaseChromiumApplication {
|
|
|
| /**
|
| * icudtl.dat provides ICU (i18n library) with all the data for its
|
|
|