| Index: net/proxy/proxy_resolver_js_bindings_unittest.cc
|
| ===================================================================
|
| --- net/proxy/proxy_resolver_js_bindings_unittest.cc (revision 126703)
|
| +++ net/proxy/proxy_resolver_js_bindings_unittest.cc (working copy)
|
| @@ -275,7 +275,7 @@
|
|
|
| // Attach a capturing NetLog as the current request's log stream.
|
| CapturingNetLog log(CapturingNetLog::kUnbounded);
|
| - BoundNetLog bound_log(NetLog::Source(NetLog::SOURCE_NONE, 0), &log);
|
| + BoundNetLog bound_log(BoundNetLog::Make(&log, NetLog::SOURCE_NONE));
|
| ProxyResolverRequestContext context(&bound_log, NULL);
|
| bindings->set_current_request_context(&context);
|
|
|
|
|