| Index: net/proxy/single_threaded_proxy_resolver_unittest.cc
|
| ===================================================================
|
| --- net/proxy/single_threaded_proxy_resolver_unittest.cc (revision 45828)
|
| +++ net/proxy/single_threaded_proxy_resolver_unittest.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
| EXPECT_TRUE(request == NULL);
|
|
|
| // Write something into |net_log| (doesn't really have any meaning.)
|
| - net_log.BeginEvent(NetLog::TYPE_PROXY_RESOLVER_V8_DNS_RESOLVE);
|
| + net_log.BeginEvent(NetLog::TYPE_PROXY_RESOLVER_V8_DNS_RESOLVE, NULL);
|
|
|
| results->UseNamedProxy(query_url.host());
|
|
|
|
|