Index: remoting/host/desktop_capturer_proxy.cc |
diff --git a/remoting/host/desktop_capturer_proxy.cc b/remoting/host/desktop_capturer_proxy.cc |
index 3faeb6a02578c30ee01c52bd6cf792d1b23701e8..a9ffa9b651085f5d87a4df64e9b055fb70290a05 100644 |
--- a/remoting/host/desktop_capturer_proxy.cc |
+++ b/remoting/host/desktop_capturer_proxy.cc |
@@ -85,7 +85,8 @@ void DesktopCapturerProxy::Core::SetSharedMemoryFactory( |
DCHECK(thread_checker_.CalledOnValidThread()); |
if (capturer_) { |
capturer_->SetSharedMemoryFactory( |
- rtc_make_scoped_ptr(shared_memory_factory.release())); |
+ rtc::scoped_ptr<webrtc::SharedMemoryFactory>( |
+ shared_memory_factory.release())); |
} |
} |