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

Unified Diff: net/udp/udp_client_socket.h

Issue 7042019: Net: Add NET_API to the UDP code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « net/udp/datagram_socket.h ('k') | net/udp/udp_server_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/udp/udp_client_socket.h
===================================================================
--- net/udp/udp_client_socket.h (revision 85790)
+++ net/udp/udp_client_socket.h (working copy)
@@ -15,7 +15,7 @@
class BoundNetLog;
// A client socket that uses UDP as the transport layer.
-class UDPClientSocket : public DatagramClientSocket {
+class NET_TEST UDPClientSocket : public DatagramClientSocket {
Sergey Ulanov 2011/05/18 22:54:07 Why is this NET_TEST instead of NET_API?
rvargas (doing something else) 2011/05/19 22:02:27 Because there is nobody outside net using this cod
public:
UDPClientSocket(net::NetLog* net_log,
const net::NetLog::Source& source);
« no previous file with comments | « net/udp/datagram_socket.h ('k') | net/udp/udp_server_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698