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

Unified Diff: util/stdlib/strlcpy.h

Issue 804593002: Move string16 and char16 in to base:: (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698