| Index: tools/android/forwarder/forwarder.cc
|
| diff --git a/tools/android/forwarder/forwarder.cc b/tools/android/forwarder/forwarder.cc
|
| index 0197b2961dfcf459c0189106d9eca703428a0d4b..e77c8065ff65262c9a5ffdc6cace7695c3e03e07 100644
|
| --- a/tools/android/forwarder/forwarder.cc
|
| +++ b/tools/android/forwarder/forwarder.cc
|
| @@ -17,8 +17,8 @@
|
| #include <unistd.h>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "tools/android/common/adb_connection.h"
|
| #include "tools/android/common/daemon.h"
|
| #include "tools/android/common/net.h"
|
|
|