Index: remoting/host/desktop_capturer_proxy.h |
diff --git a/remoting/host/desktop_capturer_proxy.h b/remoting/host/desktop_capturer_proxy.h |
index df06413f8779a30fe12c3760df4cfe6a06738bc4..0f6c8a0277cd78d4d487f2067e3ff349937dc74b 100644 |
--- a/remoting/host/desktop_capturer_proxy.h |
+++ b/remoting/host/desktop_capturer_proxy.h |
@@ -38,7 +38,7 @@ class DesktopCapturerProxy : public webrtc::DesktopCapturer { |
// webrtc::DesktopCapturer interface. |
void Start(Callback* callback) override; |
- void SetSharedMemoryFactory(rtc::scoped_ptr<webrtc::SharedMemoryFactory> |
+ void SetSharedMemoryFactory(std::unique_ptr<webrtc::SharedMemoryFactory> |
shared_memory_factory) override; |
void Capture(const webrtc::DesktopRegion& rect) override; |