| Index: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java
|
| index d06849b4ee5bc7b6de95865e15b2d2269e420ecf..3bc2ea777db7c2b3c3a304d1768c55a1fbcdbb96 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java
|
| @@ -30,10 +30,10 @@ import org.junit.Rule;
|
| import org.junit.Test;
|
| import org.junit.runner.RunWith;
|
|
|
| -import org.chromium.base.test.BaseJUnit4ClassRunner;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.base.test.util.MinAndroidSdkLevel;
|
| import org.chromium.chrome.R;
|
| +import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
|
| import org.chromium.content.browser.test.NativeLibraryTestRule;
|
|
|
| import java.util.ArrayList;
|
| @@ -42,7 +42,7 @@ import java.util.Arrays;
|
| /**
|
| * Instrumentation unit tests for CustomNotificationBuilder.
|
| */
|
| -@RunWith(BaseJUnit4ClassRunner.class)
|
| +@RunWith(ChromeJUnit4ClassRunner.class)
|
| public class CustomNotificationBuilderTest {
|
| @Rule
|
| public NativeLibraryTestRule mActivityTestRule = new NativeLibraryTestRule();
|
|
|