| Index: net/dns/mapped_host_resolver.cc
|
| diff --git a/net/dns/mapped_host_resolver.cc b/net/dns/mapped_host_resolver.cc
|
| index fedc05f0072eb3abb91265681e35f29256a7ec1b..6312650147bab7499a82731e028ab2ac8eb99726 100644
|
| --- a/net/dns/mapped_host_resolver.cc
|
| +++ b/net/dns/mapped_host_resolver.cc
|
| @@ -55,7 +55,7 @@ HostCache* MappedHostResolver::GetHostCache() {
|
| return impl_->GetHostCache();
|
| }
|
|
|
| -base::Value* MappedHostResolver::GetDnsConfigAsValue() const {
|
| +scoped_ptr<base::Value> MappedHostResolver::GetDnsConfigAsValue() const {
|
| return impl_->GetDnsConfigAsValue();
|
| }
|
|
|
|
|