| Index: net/log/test_net_log_entry.cc
|
| diff --git a/net/log/test_net_log_entry.cc b/net/log/test_net_log_entry.cc
|
| index e9fd982217e649a175ba3f4ff664a9d2d64800ed..be2267182728b626aea15aa26dc63fd8f6f8ecec 100644
|
| --- a/net/log/test_net_log_entry.cc
|
| +++ b/net/log/test_net_log_entry.cc
|
| @@ -16,7 +16,7 @@ TestNetLogEntry::TestNetLogEntry(NetLog::EventType type,
|
| const base::TimeTicks& time,
|
| NetLog::Source source,
|
| NetLog::EventPhase phase,
|
| - scoped_ptr<base::DictionaryValue> params)
|
| + std::unique_ptr<base::DictionaryValue> params)
|
| : type(type),
|
| time(time),
|
| source(source),
|
|
|