Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: net/socket/client_socket_pool_base.h

Issue 8991001: base::Bind: Convert most of webkit/appcache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fix. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/client_socket_pool_base.h
diff --git a/net/socket/client_socket_pool_base.h b/net/socket/client_socket_pool_base.h
index 3b4ffbd3e54b67a8f5af490b887f27d2ece1659e..bfe5d45e3978cbf56741c5314f85d799a6e95c87 100644
--- a/net/socket/client_socket_pool_base.h
+++ b/net/socket/client_socket_pool_base.h
@@ -449,6 +449,7 @@ class NET_EXPORT_PRIVATE ClientSocketPoolBaseHelper
CallbackResultPair() : result(OK) {}
CallbackResultPair(const CompletionCallback& callback_in, int result_in)
: callback(callback_in), result(result_in) {}
+ ~CallbackResultPair();
CompletionCallback callback;
int result;
« no previous file with comments | « no previous file | net/socket/client_socket_pool_base.cc » ('j') | webkit/appcache/appcache_request_handler_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698