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

Unified Diff: libraries/nacl-mounts/net/TcpSocket.h

Issue 10854174: Fixing nacl-mounts breakages. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 4 months 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 | « libraries/nacl-mounts/net/TcpServerSocket.h ('k') | libraries/nacl-mounts/test.nacl/DevTest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/net/TcpSocket.h
===================================================================
--- libraries/nacl-mounts/net/TcpSocket.h (revision 622)
+++ libraries/nacl-mounts/net/TcpSocket.h (working copy)
@@ -61,7 +61,7 @@
SocketSubSystem* sys_;
int ref_;
int oflag_;
- pp::CompletionCallbackFactory<TCPSocket, ThreadSafeRefCount> factory_;
+ pp::CompletionCallbackFactory<TCPSocket> factory_;
pp::TCPSocketPrivate* socket_;
std::deque<char> in_buf_;
std::vector<char> out_buf_;
@@ -73,4 +73,3 @@
};
#endif // PACKAGES_LIBRARIES_NACL_MOUNTS_NET_SOCKET_H_
-
« no previous file with comments | « libraries/nacl-mounts/net/TcpServerSocket.h ('k') | libraries/nacl-mounts/test.nacl/DevTest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698