| Index: sandbox/win/src/named_pipe_interception.h
|
| diff --git a/sandbox/src/named_pipe_interception.h b/sandbox/win/src/named_pipe_interception.h
|
| similarity index 92%
|
| rename from sandbox/src/named_pipe_interception.h
|
| rename to sandbox/win/src/named_pipe_interception.h
|
| index 5e2b3345260a5b898c55ec3cb739ee33f7f99270..fdbee19766cbaf26ee6f4fcffd4e6ac43a55cd4c 100644
|
| --- a/sandbox/src/named_pipe_interception.h
|
| +++ b/sandbox/win/src/named_pipe_interception.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/nt_internals.h"
|
| -#include "sandbox/src/sandbox_types.h"
|
| +#include "sandbox/win/src/nt_internals.h"
|
| +#include "sandbox/win/src/sandbox_types.h"
|
|
|
| #ifndef SANDBOX_SRC_NAMED_PIPE_INTERCEPTION_H__
|
| #define SANDBOX_SRC_NAMED_PIPE_INTERCEPTION_H__
|
|
|