| Index: remoting/protocol/capture_scheduler_unittest.cc
|
| diff --git a/remoting/protocol/capture_scheduler_unittest.cc b/remoting/protocol/capture_scheduler_unittest.cc
|
| index a6dcc875af1a43ac10c8253136108f51ed53cd36..f3546fa8d52d18e157b11722019c03e13718ada7 100644
|
| --- a/remoting/protocol/capture_scheduler_unittest.cc
|
| +++ b/remoting/protocol/capture_scheduler_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "remoting/protocol/capture_scheduler.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/test/simple_test_tick_clock.h"
|
| #include "base/timer/mock_timer.h"
|
|
|