| Index: components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/browser/WebRestrictionsContentProviderTest.java
|
| diff --git a/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/browser/WebRestrictionsContentProviderTest.java b/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/browser/WebRestrictionsContentProviderTest.java
|
| index 1918995d21c1c9f51f76aa36da6a518925a1ae6d..f381c04422cfbe820c84a1cca9acc93f32ede0a0 100644
|
| --- a/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/browser/WebRestrictionsContentProviderTest.java
|
| +++ b/components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/browser/WebRestrictionsContentProviderTest.java
|
| @@ -8,7 +8,7 @@ import static org.hamcrest.CoreMatchers.is;
|
| import static org.hamcrest.CoreMatchers.not;
|
| import static org.hamcrest.CoreMatchers.nullValue;
|
| import static org.junit.Assert.assertThat;
|
| -import static org.mockito.Matchers.anyString;
|
| +import static org.mockito.ArgumentMatchers.anyString;
|
| import static org.mockito.Mockito.verify;
|
| import static org.mockito.Mockito.when;
|
|
|
|
|