diff options
Diffstat (limited to 'net/tools/fetch')
-rw-r--r-- | net/tools/fetch/fetch_client.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/fetch/fetch_client.cc b/net/tools/fetch/fetch_client.cc index 4556080..7c1b0f3 100644 --- a/net/tools/fetch/fetch_client.cc +++ b/net/tools/fetch/fetch_client.cc @@ -113,8 +113,8 @@ class Client { net::HttpRequestInfo request_info_; scoped_ptr<net::HttpTransaction> transaction_; scoped_refptr<net::IOBuffer> buffer_; - net::CompletionCallbackImpl<Client> connect_callback_; - net::CompletionCallbackImpl<Client> read_callback_; + net::OldCompletionCallbackImpl<Client> connect_callback_; + net::OldCompletionCallbackImpl<Client> read_callback_; }; int main(int argc, char** argv) { |