From f89860148fa573627e19e6c9a3aa3cbfb58fb7cc Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Thu, 19 May 2011 21:53:58 +0000 Subject: Net: Add net_api to the socket code BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/7011056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85982 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/tcp_client_socket_win.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/socket/tcp_client_socket_win.h') diff --git a/net/socket/tcp_client_socket_win.h b/net/socket/tcp_client_socket_win.h index 9e2765a..0c704e9 100644 --- a/net/socket/tcp_client_socket_win.h +++ b/net/socket/tcp_client_socket_win.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -18,7 +18,8 @@ namespace net { class BoundNetLog; -class TCPClientSocketWin : public StreamSocket, base::NonThreadSafe { +class NET_API TCPClientSocketWin : public StreamSocket, + NON_EXPORTED_BASE(base::NonThreadSafe) { public: // The IP address(es) and port number to connect to. The TCP socket will try // each IP address in the list until it succeeds in establishing a -- cgit v1.1