Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: components/policy/core/common/registry_dict_win.h

Issue 107383002: Use base namespace for string16 in components and cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « components/policy/core/browser/policy_error_map.cc ('k') | components/policy/core/common/registry_dict_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698