Index: remoting/host/client_session.cc |
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc |
index f4b72c735fc15ef2bc461077ed5f52cf22881c08..27cd910bf7389902b97bbd03e78b353507504188 100644 |
--- a/remoting/host/client_session.cc |
+++ b/remoting/host/client_session.cc |
@@ -7,7 +7,6 @@ |
#include <algorithm> |
#include "base/message_loop_proxy.h" |
-#include "media/video/capture/screen/screen_capturer.h" |
#include "remoting/base/capabilities.h" |
#include "remoting/codec/audio_encoder.h" |
#include "remoting/codec/audio_encoder_opus.h" |
@@ -28,6 +27,7 @@ |
#include "remoting/protocol/client_stub.h" |
#include "remoting/protocol/clipboard_thread_proxy.h" |
#include "remoting/protocol/pairing_registry.h" |
+#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" |
// Default DPI to assume for old clients that use notifyClientDimensions. |
const int kDefaultDPI = 96; |