summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/desktop_session_agent_posix.cc2
-rw-r--r--remoting/host/linux/audio_pipe_reader.cc2
-rw-r--r--remoting/host/local_input_monitor_thread_linux.cc2
-rw-r--r--remoting/host/mac/me2me_preference_pane.mm2
-rw-r--r--remoting/host/posix/signal_handler.cc2
5 files changed, 5 insertions, 5 deletions
diff --git a/remoting/host/desktop_session_agent_posix.cc b/remoting/host/desktop_session_agent_posix.cc
index c6dff86..445bc16 100644
--- a/remoting/host/desktop_session_agent_posix.cc
+++ b/remoting/host/desktop_session_agent_posix.cc
@@ -9,7 +9,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "base/eintr_wrapper.h"
+#include "base/posix/eintr_wrapper.h"
#include "base/single_thread_task_runner.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_channel_proxy.h"
diff --git a/remoting/host/linux/audio_pipe_reader.cc b/remoting/host/linux/audio_pipe_reader.cc
index 4bd3400..9b35f65 100644
--- a/remoting/host/linux/audio_pipe_reader.cc
+++ b/remoting/host/linux/audio_pipe_reader.cc
@@ -9,9 +9,9 @@
#include <sys/types.h>
#include <unistd.h>
-#include "base/eintr_wrapper.h"
#include "base/file_path.h"
#include "base/logging.h"
+#include "base/posix/eintr_wrapper.h"
#include "base/stl_util.h"
namespace remoting {
diff --git a/remoting/host/local_input_monitor_thread_linux.cc b/remoting/host/local_input_monitor_thread_linux.cc
index 86932cc..a497252 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"
diff --git a/remoting/host/mac/me2me_preference_pane.mm b/remoting/host/mac/me2me_preference_pane.mm
index ad4ac3c..3d0879b 100644
--- a/remoting/host/mac/me2me_preference_pane.mm
+++ b/remoting/host/mac/me2me_preference_pane.mm
@@ -15,9 +15,9 @@
#include <fstream>
-#include "base/eintr_wrapper.h"
#include "base/mac/scoped_launch_data.h"
#include "base/memory/scoped_ptr.h"
+#include "base/posix/eintr_wrapper.h"
#include "remoting/host/constants_mac.h"
#include "remoting/host/host_config.h"
#import "remoting/host/mac/me2me_preference_pane_confirm_pin.h"
diff --git a/remoting/host/posix/signal_handler.cc b/remoting/host/posix/signal_handler.cc
index 69a3cc0..6068287 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 {