| Index: sandbox/win/src/handle_dispatcher.h
|
| diff --git a/sandbox/src/handle_dispatcher.h b/sandbox/win/src/handle_dispatcher.h
|
| similarity index 91%
|
| rename from sandbox/src/handle_dispatcher.h
|
| rename to sandbox/win/src/handle_dispatcher.h
|
| index c1abc286a0386b6bda562224a995dfb159ff2d5b..a3dc6cf662a0bc1600c70fca2bc020d2e1919c9e 100644
|
| --- a/sandbox/src/handle_dispatcher.h
|
| +++ b/sandbox/win/src/handle_dispatcher.h
|
| @@ -6,8 +6,8 @@
|
| #define SANDBOX_SRC_HANDLE_DISPATCHER_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "sandbox/src/crosscall_server.h"
|
| -#include "sandbox/src/sandbox_policy_base.h"
|
| +#include "sandbox/win/src/crosscall_server.h"
|
| +#include "sandbox/win/src/sandbox_policy_base.h"
|
|
|
| namespace sandbox {
|
|
|
|
|