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

Unified Diff: net/curvecp/packetizer.h

Issue 8824006: Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « net/curvecp/messenger.cc ('k') | net/curvecp/server_packetizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/curvecp/packetizer.h
diff --git a/net/curvecp/packetizer.h b/net/curvecp/packetizer.h
index 14b526a1ed7a063bc0d6306ace60a8050208dc9b..c366095a041fd8fe01fd7011955a9666ca37643d 100644
--- a/net/curvecp/packetizer.h
+++ b/net/curvecp/packetizer.h
@@ -34,7 +34,7 @@ class Packetizer {
virtual int SendMessage(ConnectionKey key,
const char* data,
size_t length,
- OldCompletionCallback* callback) = 0;
+ const CompletionCallback& callback) = 0;
// Close an existing connection.
virtual void Close(ConnectionKey key) = 0;
« no previous file with comments | « net/curvecp/messenger.cc ('k') | net/curvecp/server_packetizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698