| Index: components/cronet/android/chromium_url_request.h
|
| diff --git a/components/cronet/android/chromium_url_request.h b/components/cronet/android/chromium_url_request.h
|
| index b763bcbc37ed791f8ff671fc4703c5164478bf7f..0d8fda8b7181fa9ca90672f3b77ed541681165a5 100644
|
| --- a/components/cronet/android/chromium_url_request.h
|
| +++ b/components/cronet/android/chromium_url_request.h
|
| @@ -24,7 +24,7 @@ enum UrlRequestPriority {
|
| REQUEST_PRIORITY_HIGHEST = 4,
|
| };
|
|
|
| -// Define request priority values like REQUEST_ERROR_SUCCESS in a
|
| +// Define request error values like REQUEST_ERROR_SUCCESS in a
|
| // way that ensures they're always the same than their Java counterpart.
|
| //
|
| // A Java counterpart will be generated for this enum.
|
|
|