| Index: content/renderer/pepper/pepper_plugin_registry.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_registry.cc b/content/renderer/pepper/pepper_plugin_registry.cc
|
| index 38a4aa3db76c51a851659d669c07a46c34f9f770..51c49ac002ff9e46f2e2fa206624b689b4dc38d2 100644
|
| --- a/content/renderer/pepper/pepper_plugin_registry.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_registry.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/renderer/pepper/pepper_plugin_registry.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "content/common/pepper_plugin_list.h"
|
| #include "content/renderer/pepper/pepper_plugin_instance_impl.h"
|
|
|