| Index: mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java
|
| diff --git a/mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java b/mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java
|
| index 3e81b7a8017b662d7b85f81d57ca6ee083e7bb10..b366555f02a641cc7d8d637a05ef0d0c5e12dc99 100644
|
| --- a/mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java
|
| +++ b/mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java
|
| @@ -25,9 +25,10 @@ public class MojoTestCase extends InstrumentationTestCase {
|
| @Override
|
| protected void setUp() throws Exception {
|
| super.setUp();
|
| + ContextUtils.initApplicationContext(
|
| + getInstrumentation().getTargetContext().getApplicationContext());
|
| LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER)
|
| .ensureInitialized(getInstrumentation().getTargetContext());
|
| - ContextUtils.initApplicationContext(getInstrumentation().getTargetContext());
|
| nativeInit();
|
| mTestEnvironmentPointer = nativeSetupTestEnvironment();
|
| }
|
|
|