| Index: components/resource_provider/resource_provider_apptest.cc
|
| diff --git a/components/resource_provider/resource_provider_apptest.cc b/components/resource_provider/resource_provider_apptest.cc
|
| index a5fbcae0c4672c83c7c9ae13d007978c9605d2cb..8e7c4d8713822382e91e7d27e2c7dc5b8357cf24 100644
|
| --- a/components/resource_provider/resource_provider_apptest.cc
|
| +++ b/components/resource_provider/resource_provider_apptest.cc
|
| @@ -2,10 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/containers/scoped_ptr_hash_map.h"
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/run_loop.h"
|
| #include "components/resource_provider/public/cpp/resource_loader.h"
|
| #include "components/resource_provider/public/interfaces/resource_provider.mojom.h"
|
|
|