| Index: sandbox/win/sandbox_poc/pocdll/spyware.cc
|
| diff --git a/sandbox/win/sandbox_poc/pocdll/spyware.cc b/sandbox/win/sandbox_poc/pocdll/spyware.cc
|
| index a77fe0a580956621dfa8f4e5c489b5ffdf31142a..8de3896e32f9ea1decea3853bf1bda01a56fe80b 100644
|
| --- a/sandbox/win/sandbox_poc/pocdll/spyware.cc
|
| +++ b/sandbox/win/sandbox_poc/pocdll/spyware.cc
|
| @@ -23,7 +23,7 @@ void POCDLL_API TestSpyKeys(HANDLE log) {
|
|
|
| fprintf(output, "[INFO] Logging keystrokes for 15 seconds\r\n");
|
| fflush(output);
|
| - std::wstring logged;
|
| + base::string16 logged;
|
| DWORD tick = ::GetTickCount() + 15000;
|
| while (tick > ::GetTickCount()) {
|
| for (int i = 0; i < 256; ++i) {
|
|
|