| Index: components/policy/core/common/registry_dict_win.h
|
| diff --git a/components/policy/core/common/registry_dict_win.h b/components/policy/core/common/registry_dict_win.h
|
| index 1cce59be4db9c3da7f0e24b526c3b4a06a7030d3..fb480918851d5a6636be93445dfd3f6b71f6742c 100644
|
| --- a/components/policy/core/common/registry_dict_win.h
|
| +++ b/components/policy/core/common/registry_dict_win.h
|
| @@ -67,7 +67,7 @@ class POLICY_EXPORT RegistryDict {
|
| void Swap(RegistryDict* other);
|
|
|
| // Read a Windows registry subtree into this registry dictionary object.
|
| - void ReadRegistry(HKEY hive, const string16& root);
|
| + void ReadRegistry(HKEY hive, const base::string16& root);
|
|
|
| // Converts the dictionary to base::Value representation. For key/value name
|
| // collisions, the key wins. |schema| supplies an optional JSON schema that
|
|
|