| Index: ipc/ipc_channel_posix.cc
|
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
|
| index 9273dcb19c6c1013513d455c2624a3a8115ea0c5..fc158816065760d85992a387fbb40c9c9ebd49dd 100644
|
| --- a/ipc/ipc_channel_posix.cc
|
| +++ b/ipc/ipc_channel_posix.cc
|
| @@ -21,13 +21,13 @@
|
| #include <map>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/posix/global_descriptors.h"
|
| #include "base/process_util.h"
|
| #include "base/rand_util.h"
|
|
|