Chromium Code Reviews| Index: net/url_request/url_request.h |
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
| index e623c202e71f1b0ed412e5998cd51f0015e3ab3b..492b71b14423f85ec8da6dfacc8adf62233362d9 100644 |
| --- a/net/url_request/url_request.h |
| +++ b/net/url_request/url_request.h |
| @@ -365,7 +365,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
| // Returns a partial representation of the request's state as a value, for |
| // debugging. Caller takes ownership of returned value. |
|
eroman
2015/05/11 19:00:07
Delete the comment "Caller takes ownership of retu
|
| - base::Value* GetStateAsValue() const; |
| + scoped_ptr<base::Value> GetStateAsValue() const; |
| // Logs information about the what external object currently blocking the |
| // request. LogUnblocked must be called before resuming the request. This |