| Index: sandbox/win/src/crosscall_server.cc
|
| diff --git a/sandbox/win/src/crosscall_server.cc b/sandbox/win/src/crosscall_server.cc
|
| index fea855337d2f7b660c8191501b95ed0231cb7b39..ab8b42113fa059941717565b28e3a6e6afec1d17 100644
|
| --- a/sandbox/win/src/crosscall_server.cc
|
| +++ b/sandbox/win/src/crosscall_server.cc
|
| @@ -237,7 +237,7 @@ bool CrossCallParamsEx::GetParameterVoidPtr(uint32 index, void** param) {
|
|
|
| // Covers the common case of reading a string. Note that the string is not
|
| // scanned for invalid characters.
|
| -bool CrossCallParamsEx::GetParameterStr(uint32 index, std::wstring* string) {
|
| +bool CrossCallParamsEx::GetParameterStr(uint32 index, base::string16* string) {
|
| uint32 size = 0;
|
| ArgType type;
|
| void* start = GetRawParameter(index, &size, &type);
|
|
|