| Index: cloud_print/gcp20/prototype/printer.cc
|
| diff --git a/cloud_print/gcp20/prototype/printer.cc b/cloud_print/gcp20/prototype/printer.cc
|
| index 9820ace41fa7faf77154018b24dbbfdd6917e68a..43090022a2d40419f39de582fb80a6ee841fb02c 100644
|
| --- a/cloud_print/gcp20/prototype/printer.cc
|
| +++ b/cloud_print/gcp20/prototype/printer.cc
|
| @@ -193,7 +193,7 @@ void Printer::Stop() {
|
|
|
| std::string Printer::GetRawCdd() {
|
| std::string json_str;
|
| - base::JSONWriter::WriteWithOptions(&GetCapabilities(),
|
| + base::JSONWriter::WriteWithOptions(GetCapabilities(),
|
| base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| &json_str);
|
| return json_str;
|
|
|