| Index: sandbox/win/src/target_process.h
|
| diff --git a/sandbox/win/src/target_process.h b/sandbox/win/src/target_process.h
|
| index c00f2cea8e2f0f8c5d3161457b2804ca837b4c3c..59e6aeaf97a2388f8dd15b1b289c5ae92ea8f08c 100644
|
| --- a/sandbox/win/src/target_process.h
|
| +++ b/sandbox/win/src/target_process.h
|
| @@ -6,10 +6,8 @@
|
| #define SANDBOX_WIN_SRC_TARGET_PROCESS_H_
|
|
|
| #include <windows.h>
|
| -#include <stddef.h>
|
| -#include <stdint.h>
|
|
|
| -#include "base/macros.h"
|
| +#include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/win/scoped_handle.h"
|
| #include "base/win/scoped_process_information.h"
|
| @@ -62,10 +60,8 @@
|
|
|
| // Creates the IPC objects such as the BrokerDispatcher and the
|
| // IPC server. The IPC server uses the services of the thread_pool.
|
| - DWORD Init(Dispatcher* ipc_dispatcher,
|
| - void* policy,
|
| - uint32_t shared_IPC_size,
|
| - uint32_t shared_policy_size);
|
| + DWORD Init(Dispatcher* ipc_dispatcher, void* policy,
|
| + uint32 shared_IPC_size, uint32 shared_policy_size);
|
|
|
| // Returns the handle to the target process.
|
| HANDLE Process() const {
|
|
|