| Index: remoting/base/auto_thread.cc
|
| diff --git a/remoting/base/auto_thread.cc b/remoting/base/auto_thread.cc
|
| index b0c6268a4f0f002be53fa1cc99c350e129c767ce..dd7cc17f52189ce49f45e60ab66bc2192680ecc7 100644
|
| --- a/remoting/base/auto_thread.cc
|
| +++ b/remoting/base/auto_thread.cc
|
| @@ -6,10 +6,11 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/lazy_instance.h"
|
| +#include "base/synchronization/waitable_event.h"
|
| #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
|
| #include "base/threading/thread_local.h"
|
| #include "base/threading/thread_restrictions.h"
|
| -#include "base/synchronization/waitable_event.h"
|
| +#include "build/build_config.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
|
|
| #if defined(OS_WIN)
|
|
|