| Index: chrome/test/automation/automation_json_requests.cc
|
| diff --git a/chrome/test/automation/automation_json_requests.cc b/chrome/test/automation/automation_json_requests.cc
|
| index 055fa1ba61a8b413476d08cb6a978f1a17f98c3e..7430cc7e00f217d41e99df8207fe2988912f2eb2 100644
|
| --- a/chrome/test/automation/automation_json_requests.cc
|
| +++ b/chrome/test/automation/automation_json_requests.cc
|
| @@ -30,7 +30,7 @@ bool SendAutomationJSONRequest(AutomationMessageSender* sender,
|
| DictionaryValue* reply_dict,
|
| Error* error) {
|
| std::string request, reply;
|
| - base::JSONWriter::Write(&request_dict, false, &request);
|
| + base::JSONWriter::Write(&request_dict, &request);
|
| std::string command;
|
| request_dict.GetString("command", &command);
|
| LOG(INFO) << "Sending '" << command << "' command.";
|
|
|