Index: base/files/file_path.h |
diff --git a/base/files/file_path.h b/base/files/file_path.h |
index d66d631b7daa5d2191006448f66c3001c218aa4c..d7e134e03e008a174d5077ed7a1d8d13ce132f99 100644 |
--- a/base/files/file_path.h |
+++ b/base/files/file_path.h |
@@ -150,6 +150,9 @@ class BASE_EXPORT FilePath { |
// when composing pathnames. |
static const CharType kSeparators[]; |
+ // arraysize(kSeparators). |
+ static const size_t kSeparatorsLength; |
+ |
// A special path component meaning "this directory." |
static const CharType kCurrentDirectory[]; |