| Index: tools/android/forwarder2/common.h
|
| diff --git a/tools/android/forwarder2/common.h b/tools/android/forwarder2/common.h
|
| index 3f546c66de90d9c8a5ef5dd304ff9b21e2c3ee01..43de57b1605289901ee6a3b0bd67c5ec314ba93f 100644
|
| --- a/tools/android/forwarder2/common.h
|
| +++ b/tools/android/forwarder2/common.h
|
| @@ -13,8 +13,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
|
|
| // Preserving errno for Close() is important because the function is very often
|
| // used in cleanup code, after an error occurred, and it is very easy to pass an
|
|
|