Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 65b605bf8cf69afde4f3b9a939cbe4bf4eaf0c8a..848d5bb63a764b7ee398dba92501594319d76e34 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -29,7 +29,7 @@ |
#include "remoting/base/constants.h" |
#include "remoting/host/branding.h" |
#include "remoting/host/constants.h" |
-#include "remoting/host/capturer.h" |
+#include "remoting/host/video_frame_capturer.h" |
#include "remoting/host/chromoting_host.h" |
#include "remoting/host/chromoting_host_context.h" |
#include "remoting/host/desktop_environment.h" |
@@ -128,7 +128,7 @@ class HostProcess |
} |
#if defined(OS_LINUX) |
- Capturer::EnableXDamage(true); |
+ VideoFrameCapturer::EnableXDamage(true); |
#endif |
} |