| Index: components/resource_provider/resource_provider_impl.cc
|
| diff --git a/components/resource_provider/resource_provider_impl.cc b/components/resource_provider/resource_provider_impl.cc
|
| index 628c16a8041c141064510b218a1c7c7fee34c456..8b0168a5929b0b933c2aac85364a8c4ffcdf4a28 100644
|
| --- a/components/resource_provider/resource_provider_impl.cc
|
| +++ b/components/resource_provider/resource_provider_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/resource_provider/resource_provider_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/files/file_util.h"
|
| #include "base/location.h"
|
|
|