| Index: content/child/npapi/webplugin_delegate_impl.cc
|
| diff --git a/content/child/npapi/webplugin_delegate_impl.cc b/content/child/npapi/webplugin_delegate_impl.cc
|
| index 8323bc8a92502a583ee09ea8eda0d02183155d5b..1854ea4666a2516af56d3c6bcc792efd883db6af 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/child/npapi/webplugin_delegate_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -12,6 +14,7 @@
|
| #include "base/process/process_handle.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "content/child/npapi/plugin_instance.h"
|
| #include "content/child/npapi/plugin_lib.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
|
|