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

Unified Diff: net/dns/dns_transaction.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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/base/transport_security_state.cc ('k') | net/http/http_net_log_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_transaction.cc
diff --git a/net/dns/dns_transaction.cc b/net/dns/dns_transaction.cc
index 6e287c8eda99e5520db5b1966c35a4bf3e45b134..5c6c0a56f0ef696e247f78a1993d26b7bdb1f2df 100644
--- a/net/dns/dns_transaction.cc
+++ b/net/dns/dns_transaction.cc
@@ -104,7 +104,7 @@ class DnsTransactionFinishParameters : public NetLog::EventParameters {
ListValue* list = new ListValue();
for (IPAddressList::const_iterator it = ip_address_list_.begin();
it != ip_address_list_.end(); ++it)
- list->Append(Value::CreateStringValue(IPAddressToString(*it)));
+ list->Append(base::StringValue::New(IPAddressToString(*it)));
DictionaryValue* dict = new DictionaryValue();
dict->SetInteger("net_error", net_error_);
« no previous file with comments | « net/base/transport_security_state.cc ('k') | net/http/http_net_log_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698