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

Unified Diff: net/base/address_list_net_log_param.cc

Issue 3013048: Convert src/net to use std::string/char* for DictionaryValue keys. (Closed)
Patch Set: fix for windows Created 10 years, 5 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 | « no previous file | net/base/host_resolver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/address_list_net_log_param.cc
diff --git a/net/base/address_list_net_log_param.cc b/net/base/address_list_net_log_param.cc
index 05b1a0dce902b37ff53f35617adc1e2ec9c9006b..72332ef27d3cd64754681c78fd432d89193c6e6c 100644
--- a/net/base/address_list_net_log_param.cc
+++ b/net/base/address_list_net_log_param.cc
@@ -23,7 +23,7 @@ Value* AddressListNetLogParam::ToValue() const {
list->Append(Value::CreateStringValue(NetAddressToStringWithPort(head)));
}
- dict->Set(L"address_list", list);
+ dict->Set("address_list", list);
return dict;
}
« no previous file with comments | « no previous file | net/base/host_resolver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698