| Index: components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java
|
| diff --git a/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java b/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java
|
| index 0fd87569731eab5190e675aaf3e52693609640b8..662fbf4057e4aa060cebdf4daa39ea0bf2645c83 100644
|
| --- a/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java
|
| +++ b/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java
|
| @@ -41,7 +41,7 @@
|
|
|
| @Before
|
| public void setUp() {
|
| - ContextUtils.initApplicationContextForTests(Robolectric.application);
|
| + ContextUtils.initApplicationContextForJUnitTests(Robolectric.application);
|
| mTestClient = Mockito.spy(new WebRestrictionsClient());
|
| Mockito.doNothing().when(mTestClient).nativeNotifyWebRestrictionsChanged(anyLong());
|
| mProvider = Mockito.mock(ContentProvider.class);
|
|
|