| 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 7d4999050d19162f45349b22cb07a3ad7c94d587..46c2dec26246a03ed46d7459340c9b73485daa67 100644
|
| --- a/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| +++ b/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
|
| @@ -228,10 +228,10 @@ public interface UrlRequest {
|
|
|
| /**
|
| * Associates the annotation object with this request. May add more than one.
|
| - * Passed through to a {@link RequestFinishedListener},
|
| + * Passed through to a {@link RequestFinishedInfo#Listener},
|
| * see {@link CronetEngine.UrlRequestInfo#getAnnotations}.
|
| *
|
| - * @param annotation an object to pass on to the {@link RequestFinishedListener} with a
|
| + * @param annotation an object to pass on to the {@link RequestFinishedInfo#Listener} with a
|
| * {@link CronetEngine.UrlRequestInfo}.
|
| * @return the builder to facilitate chaining.
|
| *
|
|
|