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

Unified Diff: libraries/nacl-mounts/net/SocketSubSystem.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 | « no previous file | libraries/nacl-mounts/net/TcpServerSocket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/net/SocketSubSystem.h
===================================================================
--- libraries/nacl-mounts/net/SocketSubSystem.h (revision 622)
+++ libraries/nacl-mounts/net/SocketSubSystem.h (working copy)
@@ -75,7 +75,7 @@
void Resolve(int32_t result, GetAddrInfoParams* params, int32_t* pres);
void OnResolve(int32_t result, GetAddrInfoParams* params, int32_t* pres);
- pp::CompletionCallbackFactory<SocketSubSystem, ThreadSafeRefCount> factory_;
+ pp::CompletionCallbackFactory<SocketSubSystem> factory_;
pp::HostResolverPrivate* host_resolver_;
DISALLOW_COPY_AND_ASSIGN(SocketSubSystem);
« no previous file with comments | « no previous file | libraries/nacl-mounts/net/TcpServerSocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698