| Index: net/proxy/proxy_resolver_v8_tracing_unittest.cc
|
| diff --git a/net/proxy/proxy_resolver_v8_tracing_unittest.cc b/net/proxy/proxy_resolver_v8_tracing_unittest.cc
|
| index 861ad0de21eda387f1c742e43bc76d550a8d3631..d1e305663c4e21910086edf7672e91fb9c8803b2 100644
|
| --- a/net/proxy/proxy_resolver_v8_tracing_unittest.cc
|
| +++ b/net/proxy/proxy_resolver_v8_tracing_unittest.cc
|
| @@ -114,9 +114,9 @@ class MockBindings {
|
| bindings_->OnError(line_number, error);
|
| }
|
|
|
| - BoundNetLog GetBoundNetLog() override {
|
| + NetLogWithSource GetNetLogWithSource() override {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| - return BoundNetLog();
|
| + return NetLogWithSource();
|
| }
|
|
|
| HostResolver* GetHostResolver() override {
|
| @@ -686,7 +686,7 @@ class BlockableHostResolver : public HostResolver {
|
| AddressList* addresses,
|
| const CompletionCallback& callback,
|
| std::unique_ptr<Request>* out_req,
|
| - const BoundNetLog& net_log) override {
|
| + const NetLogWithSource& net_log) override {
|
| EXPECT_FALSE(callback.is_null());
|
| EXPECT_TRUE(out_req);
|
|
|
| @@ -709,7 +709,7 @@ class BlockableHostResolver : public HostResolver {
|
|
|
| int ResolveFromCache(const RequestInfo& info,
|
| AddressList* addresses,
|
| - const BoundNetLog& net_log) override {
|
| + const NetLogWithSource& net_log) override {
|
| NOTREACHED();
|
| return ERR_DNS_CACHE_MISS;
|
| }
|
|
|