Index: components/cronet/README.md |
diff --git a/components/cronet/README.md b/components/cronet/README.md |
index a2d48aef425faedbdc0a5b3d4ccca32488dc9600..663cae08f85203a291eefec07874bf98337e5fee 100644 |
--- a/components/cronet/README.md |
+++ b/components/cronet/README.md |
@@ -58,7 +58,7 @@ events during the lifetime of a request. For example: |
@Override |
public void onFailed(UrlRequest request, |
- UrlResponseInfo responseInfo, UrlRequestException error) { |
+ UrlResponseInfo responseInfo, CronetException error) { |
// Request has failed. responseInfo might be null. |
Log.e("MyCallback", "Request failed. " + error.getMessage()); |
// Maybe handle error here. Typical errors include hostname |