| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index dd3d9cb85990d0872198207e37fe5bc1c34e74a8..0219cb74ebd223f53801856f635ff868ff6400eb 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -286,7 +286,7 @@ class NET_EXPORT HttpResponseHeaders
|
| bool IsChunkEncoded() const;
|
|
|
| // Creates a Value for use with the NetLog containing the response headers.
|
| - base::Value* NetLogCallback(NetLogCaptureMode capture_mode) const;
|
| + scoped_ptr<base::Value> NetLogCallback(NetLogCaptureMode capture_mode) const;
|
|
|
| // Takes in a Value created by the above function, and attempts to create a
|
| // copy of the original headers. Returns true on success. On failure,
|
|
|