diff options
Diffstat (limited to 'net/socket/socket.h')
-rw-r--r-- | net/socket/socket.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/socket/socket.h b/net/socket/socket.h index da17ce4..17d9f12 100644 --- a/net/socket/socket.h +++ b/net/socket/socket.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -7,13 +7,14 @@ #pragma once #include "net/base/completion_callback.h" +#include "net/base/net_api.h" namespace net { class IOBuffer; // Represents a read/write socket. -class Socket { +class NET_API Socket { public: virtual ~Socket() {} |