| Index: ipc/ipc_channel_posix.cc
|
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
|
| index f5cf8af2ee31aa1aea267bf27ec7f818332727d1..9273dcb19c6c1013513d455c2624a3a8115ea0c5 100644
|
| --- a/ipc/ipc_channel_posix.cc
|
| +++ b/ipc/ipc_channel_posix.cc
|
| @@ -24,11 +24,11 @@
|
| #include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| -#include "base/global_descriptors_posix.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| +#include "base/posix/global_descriptors.h"
|
| #include "base/process_util.h"
|
| #include "base/rand_util.h"
|
| #include "base/stl_util.h"
|
|
|