| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 348552dbf434b8ef8c7df3c6545a416272fc5777..7b9db05a46e691006334b41fd62cf55837e5f597 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -41,7 +41,10 @@ class DesktopEnvironmentFactory;
|
| class InputInjector;
|
| class MouseShapePump;
|
| class ScreenControls;
|
| +
|
| +namespace protocol {
|
| class VideoFramePump;
|
| +} // namespace protocol
|
|
|
| // A ClientSession keeps a reference to a connection to a client, and maintains
|
| // per-client state.
|
| @@ -209,7 +212,7 @@ class ClientSession
|
| // |video_frame_pump_| and |mouse_shape_pump_| may be nullptr if the video
|
| // stream is handled by an extension, see ResetVideoPipeline().
|
| scoped_ptr<AudioPump> audio_pump_;
|
| - scoped_ptr<VideoFramePump> video_frame_pump_;
|
| + scoped_ptr<protocol::VideoFramePump> video_frame_pump_;
|
| scoped_ptr<MouseShapePump> mouse_shape_pump_;
|
|
|
| // The set of all capabilities supported by the client.
|
|
|