 Chromium Code Reviews
 Chromium Code Reviews Issue 10918224:
  Cross-platform plumbing for resize-to-client  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10918224:
  Cross-platform plumbing for resize-to-client  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: remoting/host/chromoting_host_unittest.cc | 
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc | 
| index e75a1cbb32f4b84e241eff2dbeb005c8bacde310..24898698649c69e63610a19721a5d2c91c0d3e17 100644 | 
| --- a/remoting/host/chromoting_host_unittest.cc | 
| +++ b/remoting/host/chromoting_host_unittest.cc | 
| @@ -13,6 +13,7 @@ | 
| #include "remoting/host/desktop_environment.h" | 
| #include "remoting/host/desktop_environment_factory.h" | 
| #include "remoting/host/event_executor_fake.h" | 
| +#include "remoting/host/desktop_resizer.h" | 
| 
Wez
2012/09/15 22:39:08
DesktopResizer isn't referred to by this file, so
 
Jamie
2012/09/19 22:35:07
Done.
 | 
| #include "remoting/host/host_mock_objects.h" | 
| #include "remoting/host/it2me_host_user_interface.h" | 
| #include "remoting/host/video_frame_capturer_fake.h" |