| Index: net/url_request/url_request_status.h
|
| diff --git a/net/url_request/url_request_status.h b/net/url_request/url_request_status.h
|
| index 521a3d45f5fa94b043e9c4a12ac7a5bce99386f2..513c385b75982646b29ce7e5d0fa7c595b825a72 100644
|
| --- a/net/url_request/url_request_status.h
|
| +++ b/net/url_request/url_request_status.h
|
| @@ -45,9 +45,7 @@ class URLRequestStatus {
|
| }
|
|
|
| // Returns true if the request is waiting for IO.
|
| - bool is_io_pending() const {
|
| - return status_ == IO_PENDING;
|
| - }
|
| + bool is_io_pending() const { return status_ == IO_PENDING; }
|
|
|
| private:
|
| // Application level status.
|
|
|