diff options
Diffstat (limited to 'chrome/browser/sync/util/path_helpers.h')
-rw-r--r-- | chrome/browser/sync/util/path_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/util/path_helpers.h b/chrome/browser/sync/util/path_helpers.h index d8b4663..c6f55b7 100644 --- a/chrome/browser/sync/util/path_helpers.h +++ b/chrome/browser/sync/util/path_helpers.h @@ -89,8 +89,8 @@ inline PathString StripSuffixPathString(const PathString& str, return ret; } -// Returns a string with length or fewer elements, careful to -// not truncate a string mid-surrogate pair. +// Returns a string with length or fewer elements, careful to not truncate a +// string mid-surrogate pair. PathString TruncatePathString(const PathString& original, int length); // Makes a path component legal for your OS, but doesn't handle collisions |