| Index: testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
|
| diff --git a/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java b/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
|
| index 5337c190bb93d3d1b56ae0783e649513600074dc..00d5c7899f63cebbef09918e4cc341f32ed3cb3b 100644
|
| --- a/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
|
| +++ b/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
|
| @@ -13,7 +13,6 @@
|
| import android.os.Process;
|
|
|
| import org.chromium.base.CommandLine;
|
| -import org.chromium.base.ContextUtils;
|
| import org.chromium.base.Log;
|
| import org.chromium.base.annotations.JNINamespace;
|
| import org.chromium.base.multidex.ChromiumMultiDexInstaller;
|
| @@ -56,7 +55,6 @@
|
| super.onCreate(savedInstanceState);
|
|
|
| CommandLine.init(new String[]{});
|
| - ContextUtils.initApplicationContext(getApplicationContext());
|
|
|
| parseArgumentsFromIntent(getIntent());
|
| mReporter = new TestStatusReporter(this);
|
|
|