Chromium Code Reviews| Index: sandbox/win/src/filesystem_interception.cc |
| diff --git a/sandbox/win/src/filesystem_interception.cc b/sandbox/win/src/filesystem_interception.cc |
| index 33688f0f6499d82c5b0127504d2dc920556d7767..708a88485cbc581e92d168e15342371935d71b77 100644 |
| --- a/sandbox/win/src/filesystem_interception.cc |
| +++ b/sandbox/win/src/filesystem_interception.cc |
| @@ -10,6 +10,7 @@ |
| #include "sandbox/win/src/policy_target.h" |
| #include "sandbox/win/src/sandbox_factory.h" |
| #include "sandbox/win/src/sandbox_nt_util.h" |
| +#include "sandbox/win/src/sandbox_utils.h" |
|
rvargas (doing something else)
2013/11/26 20:42:12
Interception code cannot depend on sandbox_utils..
robertshield
2013/11/27 20:28:01
Done.
|
| #include "sandbox/win/src/sharedmem_ipc_client.h" |
| #include "sandbox/win/src/target_services.h" |