| Index: sandbox/win/src/sharedmem_ipc_client.cc
|
| diff --git a/sandbox/src/sharedmem_ipc_client.cc b/sandbox/win/src/sharedmem_ipc_client.cc
|
| similarity index 97%
|
| rename from sandbox/src/sharedmem_ipc_client.cc
|
| rename to sandbox/win/src/sharedmem_ipc_client.cc
|
| index 30c03b9b1919efb4536357593d9c6bef5b9a2b89..a9eb01f36b27003248fc13b1fe2b0f795dfc88cd 100644
|
| --- a/sandbox/src/sharedmem_ipc_client.cc
|
| +++ b/sandbox/win/src/sharedmem_ipc_client.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include <string.h>
|
| -#include "sandbox/src/sharedmem_ipc_client.h"
|
| -#include "sandbox/src/sandbox.h"
|
| -#include "sandbox/src/crosscall_client.h"
|
| -#include "sandbox/src/crosscall_params.h"
|
| +#include "sandbox/win/src/sharedmem_ipc_client.h"
|
| +#include "sandbox/win/src/sandbox.h"
|
| +#include "sandbox/win/src/crosscall_client.h"
|
| +#include "sandbox/win/src/crosscall_params.h"
|
| #include "base/logging.h"
|
|
|
| namespace sandbox {
|
|
|