| Index: remoting/host/local_input_monitor_thread_linux.cc
|
| diff --git a/remoting/host/local_input_monitor_thread_linux.cc b/remoting/host/local_input_monitor_thread_linux.cc
|
| index 86932cc171df63bbb1e44b6facc10236e18f3cde..a497252adfe9177f5609b0c465ee9fc8cc1aef1f 100644
|
| --- a/remoting/host/local_input_monitor_thread_linux.cc
|
| +++ b/remoting/host/local_input_monitor_thread_linux.cc
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "remoting/host/mouse_move_observer.h"
|
| #include "third_party/skia/include/core/SkPoint.h"
|
|
|
|
|