--- ipc/ipc_channel_posix.h +++ ipc/ipc_channel_posix.h @@ -83,7 +83,7 @@ class Channel::ChannelImpl : public MessageLoopForIO::Watcher { // pipe_ that is passed to the client. int client_pipe_; -#if defined(OS_LINUX) +#if defined(OS_NIX) // Linux uses a dedicated socketpair() for passing file descriptors. int fd_pipe_; int remote_fd_pipe_; diff --git media/audio/freebsd/audio_manager_freebsd.cc media/audio/freebsd/audio_manager_freebsd.cc new file mode 100644 index 0000000..6fd140a