| Index: cloud_print/gcp20/prototype/privet_http_server.cc
|
| diff --git a/cloud_print/gcp20/prototype/privet_http_server.cc b/cloud_print/gcp20/prototype/privet_http_server.cc
|
| index c0334395dbb29e065bc895558a80ea3cde310c07..90b45a8c647d3713df16b4a59d2f08113197a01d 100644
|
| --- a/cloud_print/gcp20/prototype/privet_http_server.cc
|
| +++ b/cloud_print/gcp20/prototype/privet_http_server.cc
|
| @@ -234,7 +234,7 @@ net::HttpStatusCode PrivetHttpServer::ProcessHttpRequest(
|
| return status_code;
|
| }
|
|
|
| - base::JSONWriter::WriteWithOptions(json_response.get(),
|
| + base::JSONWriter::WriteWithOptions(*json_response,
|
| base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| response);
|
| return status_code;
|
|
|