| Index: net/base/host_resolver_impl.h
|
| ===================================================================
|
| --- net/base/host_resolver_impl.h (revision 44049)
|
| +++ net/base/host_resolver_impl.h (working copy)
|
| @@ -113,7 +113,7 @@
|
| bool IsRequestsTracingEnabled() const;
|
|
|
| // Gets a copy of the requests trace log.
|
| - bool GetRequestsTrace(std::vector<NetLog::Entry>* entries);
|
| + bool GetRequestsTrace(CapturingNetLog::EntryList* entries);
|
|
|
| // Applies a set of constraints for requests that belong to the specified
|
| // pool. NOTE: Don't call this after requests have been already been started.
|
|
|