| Index: base/posix/unix_domain_socket.cc
|
| diff --git a/base/posix/unix_domain_socket.cc b/base/posix/unix_domain_socket.cc
|
| index bd112920149ee3c82474fa5ba63027fbb85caa92..730657dfcdbc4c5f6c87b31f5a659a2ce32abd5a 100644
|
| --- a/base/posix/unix_domain_socket.cc
|
| +++ b/base/posix/unix_domain_socket.cc
|
| @@ -9,9 +9,9 @@
|
| #include <sys/uio.h>
|
| #include <sys/socket.h>
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| #include "base/pickle.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/stl_util.h"
|
|
|
| const size_t UnixDomainSocket::kMaxFileDescriptors = 16;
|
|
|