diff options
Diffstat (limited to 'net/tools/fetch/fetch_client.cc')
-rw-r--r-- | net/tools/fetch/fetch_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/fetch/fetch_client.cc b/net/tools/fetch/fetch_client.cc index 4c4ac46..f40c9e7 100644 --- a/net/tools/fetch/fetch_client.cc +++ b/net/tools/fetch/fetch_client.cc @@ -107,7 +107,7 @@ class Client { GURL url_; net::HttpRequestInfo request_info_; scoped_ptr<net::HttpTransaction> transaction_; - scoped_ptr<net::IOBuffer> buffer_; + scoped_refptr<net::IOBuffer> buffer_; net::CompletionCallbackImpl<Client> connect_callback_; net::CompletionCallbackImpl<Client> read_callback_; Singleton<Driver> driver_; |