Chromium Code Reviews| Index: net/base/winsock_init.h |
| =================================================================== |
| --- net/base/winsock_init.h (revision 95949) |
| +++ net/base/winsock_init.h (working copy) |
| @@ -9,12 +9,12 @@ |
| #define NET_BASE_WINSOCK_INIT_H_ |
| #pragma once |
| -#include "net/base/net_api.h" |
| +#include "net/base/net_export.h" |
| namespace net { |
| // Make sure that Winsock is initialized, calling WSAStartup if needed. |
| -NET_API void EnsureWinsockInit(); |
| +NET_EXPORT void EnsureWinsockInit(); |
| } // namespace net |