| Index: remoting/host/posix/signal_handler.cc
|
| diff --git a/remoting/host/posix/signal_handler.cc b/remoting/host/posix/signal_handler.cc
|
| index 69a3cc0005f44fa21a0ef5daeb8541445db0aa23..60682871c020618465b843b18204861a894eaf03 100644
|
| --- a/remoting/host/posix/signal_handler.cc
|
| +++ b/remoting/host/posix/signal_handler.cc
|
| @@ -13,9 +13,9 @@
|
| #include <utility>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_pump_libevent.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/threading/platform_thread.h"
|
|
|
| namespace remoting {
|
|
|