Index: util/stdlib/strlcpy.h |
diff --git a/util/stdlib/strlcpy.h b/util/stdlib/strlcpy.h |
index 146247026023ae6ffd83e3f2cf7067ae7ea834d9..3fcc270f8370aea2c54b87f5fed7c63d7cf543f9 100644 |
--- a/util/stdlib/strlcpy.h |
+++ b/util/stdlib/strlcpy.h |
@@ -45,7 +45,9 @@ namespace crashpad { |
//! \return The length of the \a source string in char16 units, not including |
//! its `NUL` terminator. When truncation occurs, the return value will be |
//! equal to or greater than than the \a length parameter. |
-size_t c16lcpy(char16* destination, const char16* source, size_t length); |
+size_t c16lcpy(base::char16* destination, |
+ const base::char16* source, |
+ size_t length); |
} // namespace crashpad |