| Index: components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java
|
| diff --git a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java
|
| index 11ab1293f14c6001b5f7cb9db38e416eb90eee62..98229f1a4922ee8791a1983065a19e531bb7479a 100644
|
| --- a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java
|
| +++ b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java
|
| @@ -6,8 +6,8 @@ package org.chromium.components.dom_distiller.core;
|
|
|
| import android.text.TextUtils;
|
|
|
| -import org.chromium.base.JNINamespace;
|
| import org.chromium.base.VisibleForTesting;
|
| +import org.chromium.base.annotations.JNINamespace;
|
|
|
| /**
|
| * Wrapper for the dom_distiller::url_utils.
|
|
|