| Index: components/policy/core/common/registry_dict_win.cc
|
| diff --git a/components/policy/core/common/registry_dict_win.cc b/components/policy/core/common/registry_dict_win.cc
|
| index 7673079658adc85d202af9a44cd9622be96a1704..a2bb6880bd2fe3f17c61ebff9256a38a3719509a 100644
|
| --- a/components/policy/core/common/registry_dict_win.cc
|
| +++ b/components/policy/core/common/registry_dict_win.cc
|
| @@ -295,7 +295,7 @@ void RegistryDict::Swap(RegistryDict* other) {
|
| values_.swap(other->values_);
|
| }
|
|
|
| -void RegistryDict::ReadRegistry(HKEY hive, const string16& root) {
|
| +void RegistryDict::ReadRegistry(HKEY hive, const base::string16& root) {
|
| ClearKeys();
|
| ClearValues();
|
|
|
|
|