| Index: components/test_runner/web_ax_object_proxy.cc
|
| diff --git a/components/test_runner/web_ax_object_proxy.cc b/components/test_runner/web_ax_object_proxy.cc
|
| index 3160dea93fb9b172dd56b90fd56d7cf1dfe9c412..8c71884bb48b2c83b388c3fb303389fe5a842c6b 100644
|
| --- a/components/test_runner/web_ax_object_proxy.cc
|
| +++ b/components/test_runner/web_ax_object_proxy.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/test_runner/web_ax_object_proxy.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gin/handle.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
|
|