Index: chrome/test/chromedriver/server/http_handler.cc |
diff --git a/chrome/test/chromedriver/server/http_handler.cc b/chrome/test/chromedriver/server/http_handler.cc |
index 5296a932894a8d6e2c21c4795b93fc32017e22cd..a9f60375581f4ca09f51bd8fe5562d12ba1040b4 100644 |
--- a/chrome/test/chromedriver/server/http_handler.cc |
+++ b/chrome/test/chromedriver/server/http_handler.cc |
@@ -709,7 +709,7 @@ scoped_ptr<net::HttpServerResponseInfo> HttpHandler::PrepareResponseHelper( |
body_params.SetString("sessionId", session_id); |
std::string body; |
base::JSONWriter::WriteWithOptions( |
- &body_params, base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION, |
+ body_params, base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION, |
&body); |
scoped_ptr<net::HttpServerResponseInfo> response( |
new net::HttpServerResponseInfo(net::HTTP_OK)); |