| Index: chrome/browser/net/view_net_internals_job_factory.cc
|
| ===================================================================
|
| --- chrome/browser/net/view_net_internals_job_factory.cc (revision 44049)
|
| +++ chrome/browser/net/view_net_internals_job_factory.cc (working copy)
|
| @@ -447,7 +447,7 @@
|
| DrawCommandButton("Enable tracing", "hostresolver-trace-enable", out);
|
| }
|
|
|
| - std::vector<net::NetLog::Entry> entries;
|
| + net::CapturingNetLog::EntryList entries;
|
| if (resolver->GetRequestsTrace(&entries)) {
|
| out->append(
|
| "<p>To make sense of this trace, process it with the Python script "
|
|
|