| Index: sandbox/win/src/named_pipe_policy.h
|
| diff --git a/sandbox/win/src/named_pipe_policy.h b/sandbox/win/src/named_pipe_policy.h
|
| index 1ba07b8ba30e32fbfc1ee19ecc43a02c608dca1a..c904aa3618b8a63385e741e691e307a264bdb921 100644
|
| --- a/sandbox/win/src/named_pipe_policy.h
|
| +++ b/sandbox/win/src/named_pipe_policy.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/strings/string16.h"
|
| #include "sandbox/win/src/crosscall_server.h"
|
| #include "sandbox/win/src/policy_low_level.h"
|
| #include "sandbox/win/src/sandbox_policy.h"
|
| @@ -31,7 +32,7 @@ class NamedPipePolicy {
|
| // Processes a 'CreateNamedPipeW()' request from the target.
|
| static DWORD CreateNamedPipeAction(EvalResult eval_result,
|
| const ClientInfo& client_info,
|
| - const std::wstring &name,
|
| + const base::string16 &name,
|
| DWORD open_mode, DWORD pipe_mode,
|
| DWORD max_instances,
|
| DWORD out_buffer_size,
|
|
|