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

Unified Diff: libraries/nacl-mounts/net/TcpServerSocket.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/SocketSubSystem.h ('k') | libraries/nacl-mounts/net/TcpSocket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/net/TcpServerSocket.h
===================================================================
--- libraries/nacl-mounts/net/TcpServerSocket.h (revision 622)
+++ libraries/nacl-mounts/net/TcpServerSocket.h (working copy)
@@ -52,7 +52,7 @@
SocketSubSystem* sys_;
int ref_;
int oflag_;
- pp::CompletionCallbackFactory<TCPServerSocket, ThreadSafeRefCount> factory_;
+ pp::CompletionCallbackFactory<TCPServerSocket> factory_;
pp::TCPServerSocketPrivate* socket_;
struct sockaddr_in6 sin6_;
PP_Resource resource_;
« no previous file with comments | « libraries/nacl-mounts/net/SocketSubSystem.h ('k') | libraries/nacl-mounts/net/TcpSocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698