Index: chrome/test/chromedriver/chrome/adb_impl.cc |
diff --git a/chrome/test/chromedriver/chrome/adb_impl.cc b/chrome/test/chromedriver/chrome/adb_impl.cc |
index b2373e58a9780c78da901f9de2cfc5817145c696..0fa1478ab860bcfa853a9705f50e9efa3d35a174 100644 |
--- a/chrome/test/chromedriver/chrome/adb_impl.cc |
+++ b/chrome/test/chromedriver/chrome/adb_impl.cc |
@@ -119,7 +119,7 @@ Status AdbImpl::SetCommandLineFile(const std::string& device_serial, |
const std::string& args) { |
std::string response; |
std::string quoted_command = |
- base::GetDoubleQuotedJson(exec_name + " " + args); |
+ base::GetQuotedJSONString(exec_name + " " + args); |
Status status = ExecuteHostShellCommand( |
device_serial, |
base::StringPrintf("echo %s > %s; echo $?", |