Index: base/file_path.h |
=================================================================== |
--- base/file_path.h (revision 6039) |
+++ base/file_path.h (working copy) |
@@ -123,6 +123,9 @@ |
const StringType& value() const { return path_; } |
+ // Returns true if |character| is in kSeparators. |
+ static bool IsSeparator(CharType character); |
+ |
// Returns a FilePath corresponding to the directory containing the path |
// named by this object, stripping away the file component. If this object |
// only contains one component, returns a FilePath identifying |