diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 22:01:01 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 22:01:01 +0000 |
commit | d841205ef77d7f98bf780516d3be96a3ba6c6f29 (patch) | |
tree | cb95bf8fc37fca6c95ddc960379f8191d2e68ea1 /base/file_util.h | |
parent | b6c911a716816238f5155ef1522622d76d4665a2 (diff) | |
download | chromium_src-d841205ef77d7f98bf780516d3be96a3ba6c6f29.zip chromium_src-d841205ef77d7f98bf780516d3be96a3ba6c6f29.tar.gz chromium_src-d841205ef77d7f98bf780516d3be96a3ba6c6f29.tar.bz2 |
Stop using and remove deprecated file_util::TrimFilename().
Review URL: http://codereview.chromium.org/67267
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/file_util.h b/base/file_util.h index f12d6f2..6728a0d 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -71,11 +71,6 @@ void UpOneDirectory(std::wstring* dir); // Deprecated. Use FilePath::DirName instead. void UpOneDirectoryOrEmpty(std::wstring* dir); -// Strips the filename component from the end of 'path'. If path ends with a -// separator, then just drop the separator. -// Deprecated. Use FilePath::DirName instead. -void TrimFilename(std::wstring* path); - // Returns the filename portion of 'path', without any leading \'s or /'s. // Deprecated. Use FilePath::BaseName instead. std::wstring GetFilenameFromPath(const std::wstring& path); |