| Index: net/dns/host_resolver.h
|
| diff --git a/net/dns/host_resolver.h b/net/dns/host_resolver.h
|
| index db82b109114326c3f47e9190c1f7fddf1d151e1c..fe38138f5c6934da06aa4788edfc1b3739460263 100644
|
| --- a/net/dns/host_resolver.h
|
| +++ b/net/dns/host_resolver.h
|
| @@ -27,10 +27,10 @@ class Value;
|
| namespace net {
|
|
|
| class AddressList;
|
| -class NetLogWithSource;
|
| class HostResolverImpl;
|
| class HostResolverProc;
|
| class NetLog;
|
| +class NetLogWithSource;
|
|
|
| // This class represents the task of resolving hostnames (or IP address
|
| // literal) to an AddressList object.
|
|
|