| Index: tools/json_schema_compiler/test/choices_unittest.cc
 | 
| diff --git a/tools/json_schema_compiler/test/choices_unittest.cc b/tools/json_schema_compiler/test/choices_unittest.cc
 | 
| index 2cf1d8d358f79ef75ef79e168cbed8d8c95ef633..387bdb622daca5d501143b593f3033877b644f04 100644
 | 
| --- a/tools/json_schema_compiler/test/choices_unittest.cc
 | 
| +++ b/tools/json_schema_compiler/test/choices_unittest.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "tools/json_schema_compiler/test/choices.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/strings/string_piece.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  #include "tools/json_schema_compiler/test/test_util.h"
 | 
| 
 |