| Index: remoting/host/client_session_unittest.cc | 
| diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc | 
| index 780c24f827f18322ac952e2ad05a771d6cb77994..3aab9c1f335eb48ed7ef6b88499d959b4d5033af 100644 | 
| --- a/remoting/host/client_session_unittest.cc | 
| +++ b/remoting/host/client_session_unittest.cc | 
| @@ -16,12 +16,12 @@ | 
| #include "remoting/host/audio_capturer.h" | 
| #include "remoting/host/client_session.h" | 
| #include "remoting/host/desktop_environment.h" | 
| -#include "remoting/host/fake_desktop_capturer.h" | 
| #include "remoting/host/fake_host_extension.h" | 
| #include "remoting/host/fake_mouse_cursor_monitor.h" | 
| #include "remoting/host/host_extension.h" | 
| #include "remoting/host/host_extension_session.h" | 
| #include "remoting/host/host_mock_objects.h" | 
| +#include "remoting/protocol/fake_desktop_capturer.h" | 
| #include "remoting/protocol/protocol_mock_objects.h" | 
| #include "remoting/protocol/test_event_matchers.h" | 
| #include "testing/gmock/include/gmock/gmock-matchers.h" | 
|  |