| 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 023668785429d427f20176aed09fbf717b6ce844..44a5d22bf04cdbfe736f08f80e42c22a1111acbe 100644
|
| --- a/net/url_request/url_request_status.h
|
| +++ b/net/url_request/url_request_status.h
|
| @@ -33,7 +33,7 @@ class NET_EXPORT URLRequestStatus {
|
|
|
| // Creates a URLRequestStatus with specified status and error parameters. New
|
| // consumers should use URLRequestStatus::FromError instead.
|
| - URLRequestStatus(Status status, int error) : status_(status), error_(error) {}
|
| + URLRequestStatus(Status status, int error);
|
|
|
| // Creates a URLRequestStatus, initializing the status from |error|. OK maps
|
| // to SUCCESS, ERR_IO_PENDING maps to IO_PENDING, ERR_ABORTED maps to CANCELED
|
|
|