summaryrefslogtreecommitdiff
path: root/chromium/sandbox/win/src/crosscall_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/sandbox/win/src/crosscall_server.h')
-rw-r--r--chromium/sandbox/win/src/crosscall_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/sandbox/win/src/crosscall_server.h b/chromium/sandbox/win/src/crosscall_server.h
index 2a395077db7..e7540065412 100644
--- a/chromium/sandbox/win/src/crosscall_server.h
+++ b/chromium/sandbox/win/src/crosscall_server.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
+#include "base/strings/string16.h"
#include "sandbox/win/src/crosscall_params.h"
// This is the IPC server interface for CrossCall: The IPC for the Sandbox
@@ -112,7 +113,7 @@ class CrossCallParamsEx : public CrossCallParams {
// Gets a parameter that is a string. Returns false if the parameter does not
// exist.
- bool GetParameterStr(uint32 index, std::wstring* string);
+ bool GetParameterStr(uint32 index, base::string16* string);
// Gets a parameter that is an in/out buffer. Returns false is the parameter
// does not exist or if the size of the actual parameter is not equal to the