| Index: components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| diff --git a/components/cronet/android/api/src/org/chromium/net/UrlRequest.java b/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| index 2b2957c2ab1ba60162d685e7735abc246cd176bc..7d4999050d19162f45349b22cb07a3ad7c94d587 100644
|
| --- a/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| +++ b/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| @@ -228,11 +228,11 @@ public interface UrlRequest {
|
|
|
| /**
|
| * Associates the annotation object with this request. May add more than one.
|
| - * Passed through to a {@link CronetEngine.RequestFinishedListener},
|
| + * Passed through to a {@link RequestFinishedListener},
|
| * see {@link CronetEngine.UrlRequestInfo#getAnnotations}.
|
| *
|
| - * @param annotation an object to pass on to the
|
| - * {@link CronetEngine.RequestFinishedListener} with a {@link CronetEngine.UrlRequestInfo}.
|
| + * @param annotation an object to pass on to the {@link RequestFinishedListener} with a
|
| + * {@link CronetEngine.UrlRequestInfo}.
|
| * @return the builder to facilitate chaining.
|
| *
|
| * @hide as it's a prototype.
|
|
|