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

Unified Diff: base/files/file_path.h

Issue 15495003: split file path constants out for split link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months 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
« no previous file with comments | « base/base.gypi ('k') | base/files/file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « base/base.gypi ('k') | base/files/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698