| Index: components/test_runner/blink_test_platform_support_win.cc
|
| diff --git a/components/test_runner/blink_test_platform_support_win.cc b/components/test_runner/blink_test_platform_support_win.cc
|
| index f76500b6c544beb91d0b0b5ad1250d5aa9a88811..8ac4be3fc419a7ee0fac62be9dea59acf151a852 100644
|
| --- a/components/test_runner/blink_test_platform_support_win.cc
|
| +++ b/components/test_runner/blink_test_platform_support_win.cc
|
| @@ -5,6 +5,7 @@
|
| #include "components/test_runner/blink_test_platform_support.h"
|
|
|
| #include <windows.h>
|
| +#include <stddef.h>
|
| #include <iostream>
|
| #include <list>
|
| #include <string>
|
| @@ -13,6 +14,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "ui/gfx/win/direct_write.h"
|
|
|