diff options
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path.h b/base/file_path.h index 9ba42d3..cadf2cf 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -146,7 +146,7 @@ class FilePath { // object, either a file or a directory. If this object already refers to // the root directory, returns a FilePath identifying the root directory; // this is the only situation in which BaseName will return an absolute path. - StringType BaseName() const; + FilePath BaseName() const; // Returns a FilePath by appending a separator and the supplied path // component to this object's path. Append takes care to avoid adding |