summaryrefslogtreecommitdiffstats
path: root/net/log/test_net_log_entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/log/test_net_log_entry.cc')
-rw-r--r--net/log/test_net_log_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/log/test_net_log_entry.cc b/net/log/test_net_log_entry.cc
index 948693b..34e9ffa 100644
--- a/net/log/test_net_log_entry.cc
+++ b/net/log/test_net_log_entry.cc
@@ -76,7 +76,7 @@ std::string TestNetLogEntry::GetParamsJson() const {
if (!params)
return std::string();
std::string json;
- base::JSONWriter::Write(params.get(), &json);
+ base::JSONWriter::Write(*params, &json);
return json;
}