| Index: remoting/host/wts_session_process_launcher_win.h
|
| diff --git a/remoting/host/wts_session_process_launcher_win.h b/remoting/host/wts_session_process_launcher_win.h
|
| index e2202109cd505d521d746b6ef4242eb2da3e204f..eaf9c67d666641e7f9ebb02929e71f358a73d8a1 100644
|
| --- a/remoting/host/wts_session_process_launcher_win.h
|
| +++ b/remoting/host/wts_session_process_launcher_win.h
|
| @@ -13,18 +13,11 @@
|
| #include "base/process.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| +#include "base/win/scoped_handle.h"
|
| #include "base/win/object_watcher.h"
|
|
|
| #include "remoting/host/wts_console_observer_win.h"
|
|
|
| -namespace base {
|
| -namespace win {
|
| -
|
| -class ScopedHandle;
|
| -
|
| -} // namespace win
|
| -} // namespace base
|
| -
|
| namespace remoting {
|
|
|
| class WtsConsoleMonitor;
|
|
|