| Index: remoting/host/client_session_unittest.cc | 
| diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc | 
| index bd7c01a53dd9b57d228dec737c0d1a491888ff49..d288f5c107fd3522bd75795b87ada16afe198711 100644 | 
| --- a/remoting/host/client_session_unittest.cc | 
| +++ b/remoting/host/client_session_unittest.cc | 
| @@ -211,7 +211,8 @@ void ClientSessionTest::ConnectClientSession() { | 
| void ClientSessionTest::NotifyVideoSize() { | 
| connection_->last_video_stream()->size_callback().Run( | 
| webrtc::DesktopSize(protocol::FakeDesktopCapturer::kWidth, | 
| -                          protocol::FakeDesktopCapturer::kHeight)); | 
| +                          protocol::FakeDesktopCapturer::kHeight), | 
| +      webrtc::DesktopVector(kDefaultDpi, kDefaultDpi)); | 
| } | 
|  | 
| TEST_F(ClientSessionTest, DisableInputs) { | 
|  |