Index: remoting/host/ipc_desktop_environment.cc |
diff --git a/remoting/host/ipc_desktop_environment.cc b/remoting/host/ipc_desktop_environment.cc |
index 45de6d9eb487f15435ef111f620d76764c3fc62e..c0eaec3d45ebf0277fe212de203772cac2f34810 100644 |
--- a/remoting/host/ipc_desktop_environment.cc |
+++ b/remoting/host/ipc_desktop_environment.cc |
@@ -11,7 +11,6 @@ |
#include "base/process_util.h" |
#include "base/single_thread_task_runner.h" |
#include "ipc/ipc_sender.h" |
-#include "media/video/capture/screen/screen_capturer.h" |
#include "remoting/host/audio_capturer.h" |
#include "remoting/host/chromoting_messages.h" |
#include "remoting/host/client_session_control.h" |
@@ -19,6 +18,7 @@ |
#include "remoting/host/desktop_session_proxy.h" |
#include "remoting/host/input_injector.h" |
#include "remoting/host/screen_controls.h" |
+#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" |
namespace remoting { |
@@ -56,7 +56,8 @@ scoped_ptr<ScreenControls> IpcDesktopEnvironment::CreateScreenControls() { |
return desktop_session_proxy_->CreateScreenControls(); |
} |
-scoped_ptr<media::ScreenCapturer> IpcDesktopEnvironment::CreateVideoCapturer() { |
+scoped_ptr<webrtc::ScreenCapturer> |
+IpcDesktopEnvironment::CreateVideoCapturer() { |
return desktop_session_proxy_->CreateVideoCapturer(); |
} |