| Index: chrome/test/webdriver/commands/file_upload_command.cc
|
| diff --git a/chrome/test/webdriver/commands/file_upload_command.cc b/chrome/test/webdriver/commands/file_upload_command.cc
|
| index 4469147b659bfb7e3140971d4934439ef738b3c6..bffd47b804d7ed0047ddd297f45ef08832045f6a 100644
|
| --- a/chrome/test/webdriver/commands/file_upload_command.cc
|
| +++ b/chrome/test/webdriver/commands/file_upload_command.cc
|
| @@ -54,7 +54,7 @@ void FileUploadCommand::ExecutePost(Response* const response) {
|
| }
|
|
|
| #if defined(OS_WIN)
|
| - response->SetValue(new base::StringValue(WideToUTF8(upload.value())));
|
| + response->SetValue(new base::StringValue(base::WideToUTF8(upload.value())));
|
| #else
|
| response->SetValue(new base::StringValue(upload.value()));
|
| #endif
|
|
|