| Index: components/policy/core/common/schema_unittest.cc
|
| diff --git a/components/policy/core/common/schema_unittest.cc b/components/policy/core/common/schema_unittest.cc
|
| index db1490cecc253569a42b05e25808542b4bf58be1..1b72771b32a71316b28a54b4b172efa9e0677550 100644
|
| --- a/components/policy/core/common/schema_unittest.cc
|
| +++ b/components/policy/core/common/schema_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/policy/core/common/schema.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "components/policy/core/common/schema_internal.h"
|
|
|