Index: content/browser/devtools/protocol/input_handler.cc |
diff --git a/content/browser/devtools/protocol/input_handler.cc b/content/browser/devtools/protocol/input_handler.cc |
index c0def4e411b8b18386e76fc1f21f03d7f05e1fc7..d9c17f3ee0e31fcdfe16e7f6c0785b4df16b9433 100644 |
--- a/content/browser/devtools/protocol/input_handler.cc |
+++ b/content/browser/devtools/protocol/input_handler.cc |
@@ -4,6 +4,8 @@ |
#include "content/browser/devtools/protocol/input_handler.h" |
+#include <stddef.h> |
+ |
#include "base/message_loop/message_loop.h" |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversions.h" |