| Index: sandbox/linux/services/libc_urandom_override.cc
|
| diff --git a/sandbox/linux/services/libc_urandom_override.cc b/sandbox/linux/services/libc_urandom_override.cc
|
| index ee34045b3f6e1b4941c3cab2ff2d7c6f5e9f11b6..3f9957222f922095281d4691039039f73a2bdb07 100644
|
| --- a/sandbox/linux/services/libc_urandom_override.cc
|
| +++ b/sandbox/linux/services/libc_urandom_override.cc
|
| @@ -10,8 +10,8 @@
|
| #include <sys/stat.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/rand_util.h"
|
|
|
| // Note: this file is used by the zygote and nacl_helper.
|
|
|