Chromium Code Reviews| Index: remoting/host/desktop_environment.h |
| diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h |
| index c289891293d3953cb1e064c1c4905806175edbb0..896b5885c4022be2e8019b08144c9f48de7c304e 100644 |
| --- a/remoting/host/desktop_environment.h |
| +++ b/remoting/host/desktop_environment.h |
| @@ -12,13 +12,13 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "base/memory/weak_ptr.h" |
| +#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" |
|
Lambros
2014/07/30 00:14:48
Undo this, and restore "class ScreenCapturer".
ronakvora do not use
2014/07/30 20:55:35
Done.
|
| namespace base { |
| class SingleThreadTaskRunner; |
| } // namespace base |
| namespace webrtc { |
| -class ScreenCapturer; |
| } // namespace webrtc |
| namespace remoting { |