| Index: remoting/host/gnubby_auth_handler_posix.cc
|
| diff --git a/remoting/host/gnubby_auth_handler_posix.cc b/remoting/host/gnubby_auth_handler_posix.cc
|
| index 13c8f41c7e12f9344e47ac21df749af8c4865ade..4639f0160d1c6cc0e5868b1cfbe65d6b345e249e 100644
|
| --- a/remoting/host/gnubby_auth_handler_posix.cc
|
| +++ b/remoting/host/gnubby_auth_handler_posix.cc
|
| @@ -174,7 +174,7 @@ void GnubbyAuthHandlerPosix::DeliverHostDataMessage(
|
| request.Set(kDataPayload, bytes);
|
|
|
| std::string request_json;
|
| - if (!base::JSONWriter::Write(&request, &request_json)) {
|
| + if (!base::JSONWriter::Write(request, &request_json)) {
|
| LOG(ERROR) << "Failed to create request json";
|
| return;
|
| }
|
|
|