| Index: tools/android/forwarder2/pipe_notifier.cc
|
| diff --git a/tools/android/forwarder2/pipe_notifier.cc b/tools/android/forwarder2/pipe_notifier.cc
|
| index cf012b1c1c7fca8dd6d8b504caa6407a5118e029..3aba18b0d02be81d8215bca892f84d61f42715e9 100644
|
| --- a/tools/android/forwarder2/pipe_notifier.cc
|
| +++ b/tools/android/forwarder2/pipe_notifier.cc
|
| @@ -9,8 +9,8 @@
|
| #include <sys/socket.h>
|
| #include <sys/types.h>
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/safe_strerror_posix.h"
|
|
|
| namespace forwarder2 {
|
|
|