Chromium Code Reviews| Index: net/base/host_resolver_impl_unittest.cc |
| diff --git a/net/base/host_resolver_impl_unittest.cc b/net/base/host_resolver_impl_unittest.cc |
| index 59d12f3c51a6487fb2159484c309741c2fd7c749..a949448f70303d27c81b59afa30bd6254b01a82d 100644 |
| --- a/net/base/host_resolver_impl_unittest.cc |
| +++ b/net/base/host_resolver_impl_unittest.cc |
| @@ -758,7 +758,7 @@ TEST_F(HostResolverImplTest, StartWithinCallback) { |
| // Turn off caching for this host resolver. |
| resolver_.reset(new HostResolverImpl( |
| - NULL, |
| + scoped_ptr<HostCache>(NULL), |
|
darin (slow to review)
2012/10/09 17:38:34
nit: NULL parameter is unnecessary. just call the
szym
2012/10/09 21:40:43
Done.
|
| DefaultLimits(), |
| DefaultParams(proc_), |
| scoped_ptr<DnsClient>(NULL), |
|
darin (slow to review)
2012/10/09 17:38:34
same nit here
szym
2012/10/09 21:40:43
Done.
|