| Index: components/test_runner/test_info_extractor.h
|
| diff --git a/components/test_runner/test_info_extractor.h b/components/test_runner/test_info_extractor.h
|
| index a34a37d26a7421027761a574b9f866cb013b85be..4f4a11cf628856055210793bf6e4fb8154ff0852 100644
|
| --- a/components/test_runner/test_info_extractor.h
|
| +++ b/components/test_runner/test_info_extractor.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef COMPONENTS_TEST_RUNNER_TEST_INFO_EXTRACTOR_H_
|
| #define COMPONENTS_TEST_RUNNER_TEST_INFO_EXTRACTOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "components/test_runner/test_runner_export.h"
|
| #include "url/gurl.h"
|
|
|
|
|