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: |