Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: remoting/host/desktop_capturer_proxy.h

Issue 1946553002: WebRTC's scoped_ptr and scoped_ptr.h are going away, so stop using them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/renderer/media/webrtc/peer_connection_dependency_factory.cc ('k') | remoting/host/desktop_capturer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698