| Index: content/child/npapi/npobject_util.cc
|
| diff --git a/content/child/npapi/npobject_util.cc b/content/child/npapi/npobject_util.cc
|
| index a53d8f0c8259cdfc1147d7e756be80c07931b525..aeb66ae3700b7603c33c31ac3d2781c422534cb0 100644
|
| --- a/content/child/npapi/npobject_util.cc
|
| +++ b/content/child/npapi/npobject_util.cc
|
| @@ -4,6 +4,10 @@
|
|
|
| #include "content/child/npapi/npobject_util.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +#include <string.h>
|
| +
|
| #include "base/strings/string_util.h"
|
| #include "content/child/npapi/np_channel_base.h"
|
| #include "content/child/npapi/npobject_proxy.h"
|
|
|