| Index: extensions/common/manifest_handlers/sandboxed_page_info.cc
|
| diff --git a/extensions/common/manifest_handlers/sandboxed_page_info.cc b/extensions/common/manifest_handlers/sandboxed_page_info.cc
|
| index 0fc6589525bf7127f97cb68fb797becf724b4fb6..bc44851935bb39d16d0fa25f55a4d3ec412eacf7 100644
|
| --- a/extensions/common/manifest_handlers/sandboxed_page_info.cc
|
| +++ b/extensions/common/manifest_handlers/sandboxed_page_info.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "extensions/common/manifest_handlers/sandboxed_page_info.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/lazy_instance.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|