| Index: remoting/client/queued_task_poster.h
|
| diff --git a/remoting/client/queued_task_poster.h b/remoting/client/queued_task_poster.h
|
| index 44c537cac0b7dff816b5da8cd87cb2b0ce3469d9..5b5cfbc963e4839900780ffe562b00dc450c663d 100644
|
| --- a/remoting/client/queued_task_poster.h
|
| +++ b/remoting/client/queued_task_poster.h
|
| @@ -10,7 +10,9 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| +#include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/single_thread_task_runner.h"
|
|
|
| namespace remoting {
|
|
|
|
|