| Index: extensions/common/manifest_handlers/file_handler_info.cc
|
| diff --git a/extensions/common/manifest_handlers/file_handler_info.cc b/extensions/common/manifest_handlers/file_handler_info.cc
|
| index 2ed0ce6511e65e3b38576d943d45d19d9c27cfb9..9b0989adbc8e494b3ec6abe5ff22e6f9acb77e01 100644
|
| --- a/extensions/common/manifest_handlers/file_handler_info.cc
|
| +++ b/extensions/common/manifest_handlers/file_handler_info.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "extensions/common/manifest_handlers/file_handler_info.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
|
|