diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 21:53:58 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 21:53:58 +0000 |
commit | f89860148fa573627e19e6c9a3aa3cbfb58fb7cc (patch) | |
tree | 5844bd4ff873a84357ad7313c8af83b300709cd3 /net/socket/tcp_client_socket_win.h | |
parent | 5121e678dd8ce395a7562f393d642301944d2408 (diff) | |
download | chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.zip chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.tar.gz chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.tar.bz2 |
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
Diffstat (limited to 'net/socket/tcp_client_socket_win.h')
-rw-r--r-- | net/socket/tcp_client_socket_win.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |