| Index: mojo/edk/embedder/platform_channel_utils_posix.h
|
| diff --git a/mojo/edk/embedder/platform_channel_utils_posix.h b/mojo/edk/embedder/platform_channel_utils_posix.h
|
| index 89a32e4fdf6fa2b49f3f2a19e9fb253fda9dc0e9..8bf2632e0ba6cc6a2889dbebf924c58ed840bb84 100644
|
| --- a/mojo/edk/embedder/platform_channel_utils_posix.h
|
| +++ b/mojo/edk/embedder/platform_channel_utils_posix.h
|
| @@ -75,8 +75,9 @@ PlatformChannelRecvmsg(PlatformHandle h,
|
| // Returns true if it's valid to keep listening on |server_handle|. In this
|
| // case, it's possible that a connection wasn't successfully established; then,
|
| // |connection_handle| will be invalid.
|
| -bool ServerAcceptConnection(PlatformHandle server_handle,
|
| - ScopedPlatformHandle* connection_handle);
|
| +MOJO_SYSTEM_IMPL_EXPORT bool ServerAcceptConnection(
|
| + PlatformHandle server_handle,
|
| + ScopedPlatformHandle* connection_handle);
|
|
|
| } // namespace edk
|
| } // namespace mojo
|
|
|