| Index: base/file_util.h
|
| ===================================================================
|
| --- base/file_util.h (revision 28937)
|
| +++ base/file_util.h (working copy)
|
| @@ -47,11 +47,6 @@
|
| // exists. Returns true if |path| is an existing directory, false otherwise.
|
| bool EnsureEndsWithSeparator(FilePath* path);
|
|
|
| -// Modifies a string by trimming all trailing separators from the end.
|
| -// Deprecated. FilePath does this automatically, and if it's constructed from a
|
| -// path with a trailing separator, StripTrailingSeparators() may be used.
|
| -void TrimTrailingSeparator(std::wstring* dir);
|
| -
|
| // Strips the topmost directory from the end of 'dir'. Assumes 'dir' does not
|
| // refer to a file.
|
| // If 'dir' is a root directory, return without change.
|
|
|