| Index: content/common/unix_domain_socket_posix.h
|
| diff --git a/content/common/unix_domain_socket_posix.h b/content/common/unix_domain_socket_posix.h
|
| index 182cc45ca393d4aaa681fb44ef997bfa5c3b17d1..8abc2f0d051dbec1d5647acb08c307f9cde76637 100644
|
| --- a/content/common/unix_domain_socket_posix.h
|
| +++ b/content/common/unix_domain_socket_posix.h
|
| @@ -10,9 +10,11 @@
|
| #include <sys/types.h>
|
| #include <vector>
|
|
|
| +#include "content/common/content_export.h"
|
| +
|
| class Pickle;
|
|
|
| -class UnixDomainSocket {
|
| +class CONTENT_EXPORT UnixDomainSocket {
|
| public:
|
| // Use sendmsg to write the given msg and include a vector of file
|
| // descriptors. Returns true if successful.
|
|
|