| Index: remoting/host/basic_desktop_environment.h
|
| diff --git a/remoting/host/basic_desktop_environment.h b/remoting/host/basic_desktop_environment.h
|
| index 24057f9bed407d9717df0471c9f93a52d12e7e0a..34e991e710c067d61c78aa9cd3ef86089427e255 100644
|
| --- a/remoting/host/basic_desktop_environment.h
|
| +++ b/remoting/host/basic_desktop_environment.h
|
| @@ -14,6 +14,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "remoting/host/desktop_environment.h"
|
|
|
| +namespace base {
|
| +class SingleThreadTaskRunner;
|
| +}
|
| +
|
| namespace webrtc {
|
|
|
| class DesktopCaptureOptions;
|
|
|