| Index: sandbox/win/tests/validation_tests/suite.cc
|
| diff --git a/sandbox/win/tests/validation_tests/suite.cc b/sandbox/win/tests/validation_tests/suite.cc
|
| index 9fe25cebf13e2a4e10d724b59bee8ca457557247..df2cb3ecd13995448ca0556433e091d2b1dc5fdd 100644
|
| --- a/sandbox/win/tests/validation_tests/suite.cc
|
| +++ b/sandbox/win/tests/validation_tests/suite.cc
|
| @@ -7,11 +7,10 @@
|
| // sandbox.
|
|
|
| #include <shlwapi.h>
|
| -#include <stddef.h>
|
|
|
| #include "base/win/windows_version.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| #include "sandbox/win/tests/common/controller.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #pragma comment(lib, "shlwapi.lib")
|
|
|
|
|