| Index: sandbox/src/interception_unittest.cc
|
| ===================================================================
|
| --- sandbox/src/interception_unittest.cc (revision 26884)
|
| +++ sandbox/src/interception_unittest.cc (working copy)
|
| @@ -6,8 +6,12 @@
|
| // The tests require private information so the whole interception.cc file is
|
| // included from this file.
|
|
|
| +#include <windows.h>
|
| +
|
| #include "base/scoped_ptr.h"
|
| -#include "sandbox/src/interception.cc"
|
| +#include "sandbox/src/interception.h"
|
| +#include "sandbox/src/interception_internal.h"
|
| +#include "sandbox/src/target_process.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sandbox {
|
|
|