diff options
Diffstat (limited to 'content/common/handle_enumerator_win.h')
-rw-r--r-- | content/common/handle_enumerator_win.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/handle_enumerator_win.h b/content/common/handle_enumerator_win.h index 5fd4981..3caba84 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: |