| Index: components/plugins/renderer/webview_plugin.cc
|
| diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
|
| index c670751f1c714ef5494c378d6aa4e399ff0e7671..2869a773638195f49a624098330370af0149b3a6 100644
|
| --- a/components/plugins/renderer/webview_plugin.cc
|
| +++ b/components/plugins/renderer/webview_plugin.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/plugins/renderer/webview_plugin.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/numerics/safe_conversions.h"
|
|
|