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

Unified Diff: content/common/handle_enumerator_win.h

Issue 102593002: Convert string16 to base::string16 in content. (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
« no previous file with comments | « content/common/font_list_win.cc ('k') | content/common/handle_enumerator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/handle_enumerator_win.h
diff --git a/content/common/handle_enumerator_win.h b/content/common/handle_enumerator_win.h
index 5fd49813760e3134914f35b6b28e4331700a1804..3caba84971e51b36450790b8baa4622f2ee38c84 100644
--- a/content/common/handle_enumerator_win.h
+++ b/content/common/handle_enumerator_win.h
@@ -31,9 +31,10 @@ enum HandleType {
OtherHandle
};
-static HandleType StringToHandleType(const string16& type);
+static HandleType StringToHandleType(const base::string16& type);
-static string16 GetAccessString(HandleType handle_type, ACCESS_MASK access);
+static base::string16 GetAccessString(HandleType handle_type,
+ ACCESS_MASK access);
class HandleEnumerator : public base::RefCountedThreadSafe<HandleEnumerator> {
public:
« no previous file with comments | « content/common/font_list_win.cc ('k') | content/common/handle_enumerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698