| Index: components/resource_provider/file_utils_unittest.cc
 | 
| diff --git a/components/resource_provider/file_utils_unittest.cc b/components/resource_provider/file_utils_unittest.cc
 | 
| index 0e33fe175bdd094d5fc051bbcf8b4a15b4e5367a..914eddda8135375ec17e19f730db5d507b405675 100644
 | 
| --- a/components/resource_provider/file_utils_unittest.cc
 | 
| +++ b/components/resource_provider/file_utils_unittest.cc
 | 
| @@ -4,7 +4,10 @@
 | 
|  
 | 
|  #include "components/resource_provider/file_utils.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/files/file_path.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/strings/string_util.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| 
 |