| Index: third_party/crashpad/crashpad/util/net/http_transport_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/net/http_transport_test.cc b/third_party/crashpad/crashpad/util/net/http_transport_test.cc
|
| index bbfe878043f81415fb90b33f5c56628a8e8a43ae..e8495308a7e3721c5b8e5b3f7bfda0cc542679b7 100644
|
| --- a/third_party/crashpad/crashpad/util/net/http_transport_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/net/http_transport_test.cc
|
| @@ -279,7 +279,7 @@ TEST(HTTPTransport, UnchunkedPlainText) {
|
| }
|
|
|
| void RunUpload33k(bool has_content_length) {
|
| - // On OS X, NSMutableURLRequest winds up calling into a CFReadStream’s Read()
|
| + // On macOS, NSMutableURLRequest winds up calling into a CFReadStream’s Read()
|
| // callback with a 32kB buffer. Make sure that it’s able to get everything
|
| // when enough is available to fill this buffer, requiring more than one
|
| // Read().
|
|
|