Index: content/child/shared_worker_devtools_agent.cc |
diff --git a/content/child/shared_worker_devtools_agent.cc b/content/child/shared_worker_devtools_agent.cc |
index 9b1996fcb88485ac68fae189250616098774b7d0..5ec392128fc3dff8bdde0c9d2ac489154bd8bae7 100644 |
--- a/content/child/shared_worker_devtools_agent.cc |
+++ b/content/child/shared_worker_devtools_agent.cc |
@@ -4,6 +4,8 @@ |
#include "content/child/shared_worker_devtools_agent.h" |
+#include <stddef.h> |
+ |
#include "content/child/child_thread_impl.h" |
#include "content/common/devtools_messages.h" |
#include "ipc/ipc_channel.h" |