| Index: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java
|
| index c7a82f95bd932ed95e54ff11a9b7533642e7b2ed..d5ef0ea7b5f9e830b70caa0543950283855f2341 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java
|
| @@ -23,12 +23,12 @@ 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.browser.util.UrlUtilities;
|
| import org.chromium.chrome.browser.widget.RoundedIconGenerator;
|
| +import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
|
| import org.chromium.content.browser.test.NativeLibraryTestRule;
|
|
|
| /**
|
| @@ -38,7 +38,7 @@ import org.chromium.content.browser.test.NativeLibraryTestRule;
|
| * native GetDomainAndRegistry, when called by {@link RoundedIconGenerator#getIconTextForUrl} during
|
| * notification construction.
|
| */
|
| -@RunWith(BaseJUnit4ClassRunner.class)
|
| +@RunWith(ChromeJUnit4ClassRunner.class)
|
| public class StandardNotificationBuilderTest {
|
| @Rule
|
| public NativeLibraryTestRule mActivityTestRule = new NativeLibraryTestRule();
|
|
|