| Index: extensions/common/manifest_test.h
|
| diff --git a/extensions/common/manifest_test.h b/extensions/common/manifest_test.h
|
| index d4b95db0de86c5c5eb102a7eae55cf94fd0c59da..32a5fa53151e6ac9543c1ef9c2e2d1951bff8d10 100644
|
| --- a/extensions/common/manifest_test.h
|
| +++ b/extensions/common/manifest_test.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef EXTENSIONS_COMMON_MANIFEST_TEST_H_
|
| #define EXTENSIONS_COMMON_MANIFEST_TEST_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
|
|