| Index: sandbox/win/src/sync_dispatcher.h
|
| diff --git a/sandbox/src/sync_dispatcher.h b/sandbox/win/src/sync_dispatcher.h
|
| similarity index 92%
|
| rename from sandbox/src/sync_dispatcher.h
|
| rename to sandbox/win/src/sync_dispatcher.h
|
| index be9b9a24d0dd6a4e4c4068a378b9a0220960bade..13c8b9d31a0aec381d7e7e697347aeea78d61c5c 100644
|
| --- a/sandbox/src/sync_dispatcher.h
|
| +++ b/sandbox/win/src/sync_dispatcher.h
|
| @@ -6,8 +6,8 @@
|
| #define SANDBOX_SRC_SYNC_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 {
|
|
|
|
|