Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: net/test/spawned_test_server/local_test_server.cc

Issue 2816513002: Revert of Change base::Value::ListStorage to std::vector<base::Value> (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_server_properties_manager_unittest.cc ('k') | remoting/protocol/http_ice_config_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/spawned_test_server/local_test_server.cc
diff --git a/net/test/spawned_test_server/local_test_server.cc b/net/test/spawned_test_server/local_test_server.cc
index b941b62285ba01b6dc53c76fc8982305009019f5..70ea7a9450cacb95e8282c7a8a756d260a439485 100644
--- a/net/test/spawned_test_server/local_test_server.cc
+++ b/net/test/spawned_test_server/local_test_server.cc
@@ -213,7 +213,7 @@
return false;
for (base::ListValue::const_iterator list_it = list->begin();
list_it != list->end(); ++list_it) {
- if (!AppendArgumentFromJSONValue(key, *list_it, command_line))
+ if (!AppendArgumentFromJSONValue(key, *(*list_it), command_line))
return false;
}
} else if (!AppendArgumentFromJSONValue(key, value, command_line)) {
« no previous file with comments | « net/http/http_server_properties_manager_unittest.cc ('k') | remoting/protocol/http_ice_config_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698