| Index: sandbox/win/src/handle_closer_test.cc
|
| diff --git a/sandbox/win/src/handle_closer_test.cc b/sandbox/win/src/handle_closer_test.cc
|
| index 10ebe3b7e01e73b2b0a956ef6fb91cc4847fa05e..c144ac37e5a13b92b91139814b166ea8ad19b557 100644
|
| --- a/sandbox/win/src/handle_closer_test.cc
|
| +++ b/sandbox/win/src/handle_closer_test.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/strings/stringprintf.h"
|
| #include "base/win/scoped_handle.h"
|
| #include "sandbox/win/src/handle_closer_agent.h"
|
|
|