| Index: remoting/host/host_extension_session_manager.h
|
| diff --git a/remoting/host/host_extension_session_manager.h b/remoting/host/host_extension_session_manager.h
|
| index 0c953e986965422cd925e395f4762aacdee20b79..b84d5208509e62b648f2bef99b310f0e90940a87 100644
|
| --- a/remoting/host/host_extension_session_manager.h
|
| +++ b/remoting/host/host_extension_session_manager.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/scoped_vector.h"
|
|
|
| namespace webrtc {
|
| -class ScreenCapturer;
|
| +class DesktopCapturer;
|
| }
|
|
|
| namespace remoting {
|
| @@ -42,8 +42,8 @@ class HostExtensionSessionManager {
|
|
|
| // Calls the corresponding hook functions in each extension in turn, to give
|
| // them an opportunity to wrap or replace video components.
|
| - scoped_ptr<webrtc::ScreenCapturer> OnCreateVideoCapturer(
|
| - scoped_ptr<webrtc::ScreenCapturer> capturer);
|
| + scoped_ptr<webrtc::DesktopCapturer> OnCreateVideoCapturer(
|
| + scoped_ptr<webrtc::DesktopCapturer> capturer);
|
| scoped_ptr<VideoEncoder> OnCreateVideoEncoder(
|
| scoped_ptr<VideoEncoder> encoder);
|
|
|
|
|