| Index: sandbox/win/src/handle_dispatcher.h
|
| diff --git a/sandbox/win/src/handle_dispatcher.h b/sandbox/win/src/handle_dispatcher.h
|
| index 24dcdac2a383c994663452d32d9975e66dae0a8f..84a22e19b34a918ed40b0d6bd1cba52be2332e01 100644
|
| --- a/sandbox/win/src/handle_dispatcher.h
|
| +++ b/sandbox/win/src/handle_dispatcher.h
|
| @@ -5,9 +5,7 @@
|
| #ifndef SANDBOX_SRC_HANDLE_DISPATCHER_H_
|
| #define SANDBOX_SRC_HANDLE_DISPATCHER_H_
|
|
|
| -#include <stdint.h>
|
| -
|
| -#include "base/macros.h"
|
| +#include "base/basictypes.h"
|
| #include "sandbox/win/src/crosscall_server.h"
|
| #include "sandbox/win/src/sandbox_policy_base.h"
|
|
|
| @@ -27,9 +25,9 @@
|
| // TargetServices::DuplicateHandle() in the target.
|
| bool DuplicateHandleProxy(IPCInfo* ipc,
|
| HANDLE source_handle,
|
| - uint32_t target_process_id,
|
| - uint32_t desired_access,
|
| - uint32_t options);
|
| + uint32 target_process_id,
|
| + uint32 desired_access,
|
| + uint32 options);
|
|
|
| PolicyBase* policy_base_;
|
| DISALLOW_COPY_AND_ASSIGN(HandleDispatcher);
|
|
|