| Index: sandbox/win/src/named_pipe_dispatcher.h
|
| diff --git a/sandbox/src/named_pipe_dispatcher.h b/sandbox/win/src/named_pipe_dispatcher.h
|
| similarity index 92%
|
| rename from sandbox/src/named_pipe_dispatcher.h
|
| rename to sandbox/win/src/named_pipe_dispatcher.h
|
| index 87a68b6340fd4d036c3779e2ce16180cd7d09902..0d03b2e9db56a691a82dba9b2790d86051b17471 100644
|
| --- a/sandbox/src/named_pipe_dispatcher.h
|
| +++ b/sandbox/win/src/named_pipe_dispatcher.h
|
| @@ -6,8 +6,8 @@
|
| #define SANDBOX_SRC_NAMED_PIPE_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 {
|
|
|
|
|