diff options
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_path.h b/base/file_path.h index 17653d1..3d19c01 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -186,6 +186,7 @@ class FilePath { // path == "C:\pics\jojo" suffix == " (1)", returns "C:\pics\jojo (1)" // path == "C:\pics.old\jojo" suffix == " (1)", returns "C:\pics.old\jojo (1)" FilePath InsertBeforeExtension(const StringType& suffix) const; + FilePath InsertBeforeExtensionASCII(const StringPiece& suffix) const; // Replaces the extension of |file_name| with |extension|. If |file_name| // does not have an extension, them |extension| is added. If |extension| is |