| Index: remoting/test/fake_network_dispatcher.cc
|
| diff --git a/remoting/test/fake_network_dispatcher.cc b/remoting/test/fake_network_dispatcher.cc
|
| index d2076abb04b4b14fbbcfd7742635cab19b14e235..dad459f5823eaa9a027ea3c80802d36b15b809ca 100644
|
| --- a/remoting/test/fake_network_dispatcher.cc
|
| +++ b/remoting/test/fake_network_dispatcher.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/test/fake_network_dispatcher.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/single_thread_task_runner.h"
|
|
|