diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 00:26:58 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 00:26:58 +0000 |
commit | 73e2348a1539ca2c18980817474a8cc4235b8be5 (patch) | |
tree | a056d32b521a2a9567df058eb55161a65fa27151 /base/file_path.h | |
parent | 97341c93880e3e3299d81affcb9eecf5f0b3c520 (diff) | |
download | chromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.zip chromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.tar.gz chromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.tar.bz2 |
Reliability test porting: stringy stuff.
No functional change. This gets things compiling on linux, but it still needs some work before it can be run on linux.
BUG=19085
Review URL: http://codereview.chromium.org/164352
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23272 0039d316-1c4b-4281-b951-d872f2087c98
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 |