| Index: components/proximity_auth/remote_device_life_cycle_impl_unittest.cc
 | 
| diff --git a/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc b/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc
 | 
| index 020e4926c70c47442f3ae2590c5ea766329be717..22945cc863ca4e382ed9dfc07251f44797a4d9aa 100644
 | 
| --- a/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc
 | 
| +++ b/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc
 | 
| @@ -4,7 +4,10 @@
 | 
|  
 | 
|  #include "components/proximity_auth/remote_device_life_cycle_impl.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/callback.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/test/test_simple_task_runner.h"
 | 
|  #include "base/thread_task_runner_handle.h"
 | 
| 
 |