Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(963)

Unified Diff: sandbox/win/src/named_pipe_policy.h

Issue 109843003: Replace wstring with string16 in sandbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/src/named_pipe_dispatcher.cc ('k') | sandbox/win/src/named_pipe_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « sandbox/win/src/named_pipe_dispatcher.cc ('k') | sandbox/win/src/named_pipe_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698