Chromium Code Reviews| Index: sandbox/win/src/process_thread_interception.cc |
| diff --git a/sandbox/win/src/process_thread_interception.cc b/sandbox/win/src/process_thread_interception.cc |
| index 45926bc5f6358a4b326f3c7bf04483b3dabd434a..aec72e9f05728ffabf1aff806d0ca988129562ae 100644 |
| --- a/sandbox/win/src/process_thread_interception.cc |
| +++ b/sandbox/win/src/process_thread_interception.cc |
| @@ -5,6 +5,7 @@ |
| #include "sandbox/win/src/process_thread_interception.h" |
| #include "sandbox/win/src/crosscall_client.h" |
| +#include "sandbox/win/src/interceptors.h" |
|
forshaw
2015/02/20 11:38:02
Was there more changes to this file? Removing this
Shrikant Kelkar
2015/02/21 02:32:40
There were more changes in here.. I was returning
|
| #include "sandbox/win/src/ipc_tags.h" |
| #include "sandbox/win/src/policy_params.h" |
| #include "sandbox/win/src/policy_target.h" |