| Index: net/base/host_resolver_impl.h
|
| ===================================================================
|
| --- net/base/host_resolver_impl.h (revision 51891)
|
| +++ net/base/host_resolver_impl.h (working copy)
|
| @@ -99,7 +99,7 @@
|
| virtual HostResolverImpl* GetAsHostResolverImpl() { return this; }
|
|
|
| // TODO(eroman): hack for http://crbug.com/15513
|
| - virtual void Shutdown();
|
| + void Shutdown();
|
|
|
| // Returns the cache this resolver uses, or NULL if caching is disabled.
|
| HostCache* cache() { return cache_.get(); }
|
|
|