diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 02:49:46 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 02:49:46 +0000 |
commit | e5d5383b10cdb560b7563a925723f6bf69dbc5b0 (patch) | |
tree | ccf27b4ea7e385e6d73f0a462f9e415bdfb757b1 /base/file_util_deprecated.h | |
parent | 2d85cfb54ca8e1b5b98cfb2f53befc180b7f86c0 (diff) | |
download | chromium_src-e5d5383b10cdb560b7563a925723f6bf69dbc5b0.zip chromium_src-e5d5383b10cdb560b7563a925723f6bf69dbc5b0.tar.gz chromium_src-e5d5383b10cdb560b7563a925723f6bf69dbc5b0.tar.bz2 |
Get rid of the deprecated file_util::InsertBeforeExtension.
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/3161018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_deprecated.h')
-rw-r--r-- | base/file_util_deprecated.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h index 148c023..70857ef 100644 --- a/base/file_util_deprecated.h +++ b/base/file_util_deprecated.h @@ -51,9 +51,6 @@ std::wstring GetFileExtensionFromPath(const std::wstring& path); bool AbsolutePath(std::wstring* path); -// Use FilePath::InsertBeforeExtension. -void InsertBeforeExtension(FilePath* path, const FilePath::StringType& suffix); - // Use version that takes a FilePath. bool Delete(const std::wstring& path, bool recursive); bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, |