summaryrefslogtreecommitdiffstats
path: root/base/sync_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/sync_socket.h')
-rw-r--r--base/sync_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/sync_socket.h b/base/sync_socket.h
index bcebbdfa..221e7b0 100644
--- a/base/sync_socket.h
+++ b/base/sync_socket.h
@@ -16,11 +16,11 @@
#endif
#include <sys/types.h>
-#include "base/base_api.h"
+#include "base/base_export.h"
namespace base {
-class BASE_API SyncSocket {
+class BASE_EXPORT SyncSocket {
public:
#if defined(OS_WIN)
typedef HANDLE Handle;