| Index: net/base/registry_controlled_domain.cc
|
| ===================================================================
|
| --- net/base/registry_controlled_domain.cc (revision 5738)
|
| +++ net/base/registry_controlled_domain.cc (working copy)
|
| @@ -296,7 +296,7 @@
|
| }
|
|
|
| void RegistryControlledDomainService::Init() {
|
| - domain_data_ = NetModule::GetResource(IDR_EFFECTIVE_TLD_NAMES);
|
| + domain_data_ = NetModule::GetResource(IDR_EFFECTIVE_TLD_NAMES).as_string();
|
| if (domain_data_.empty()) {
|
| // The resource file isn't present for some unit tests, for example. Fall
|
| // back to a tiny, basic list of rules in that case.
|
|
|