Chromium Code Reviews| Index: net/base/net_util.h |
| =================================================================== |
| --- net/base/net_util.h (revision 87744) |
| +++ net/base/net_util.h (working copy) |
| @@ -274,7 +274,7 @@ |
| bool IsPortAllowedByOverride(int port); |
| // Set socket to non-blocking mode |
| -int SetNonBlocking(int fd); |
| +NET_API int SetNonBlocking(int fd); |
| // Formats the host in |url| and appends it to |output|. The host formatter |
| // takes the same accept languages component as ElideURL(). |