diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 19:45:42 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 19:45:42 +0000 |
commit | b70f8522356988f608a2341dfcbcbe5166c79e08 (patch) | |
tree | 1a2c6da6b88c65252ffaaede632429f3be979ff8 /base/file_util_deprecated.h | |
parent | 6d0146cad42a3cc2b964e7f3cb38f235b4242144 (diff) | |
download | chromium_src-b70f8522356988f608a2341dfcbcbe5166c79e08.zip chromium_src-b70f8522356988f608a2341dfcbcbe5166c79e08.tar.gz chromium_src-b70f8522356988f608a2341dfcbcbe5166c79e08.tar.bz2 |
base: Get rid of a deprecated version of file_util::GetFileExtensionFromPath().
BUG=76112
TEST=None
R=evan@chromium.org
Review URL: http://codereview.chromium.org/7461132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_deprecated.h')
-rw-r--r-- | base/file_util_deprecated.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h index d24e54d..675ee61 100644 --- a/base/file_util_deprecated.h +++ b/base/file_util_deprecated.h @@ -32,7 +32,6 @@ BASE_API FILE* OpenFile(const std::wstring& filename, const char* mode); BASE_API void AppendToPath(std::wstring* path, const std::wstring& new_ending); // Use FilePath::Extension instead. -BASE_API FilePath::StringType GetFileExtensionFromPath(const FilePath& path); BASE_API std::wstring GetFileExtensionFromPath(const std::wstring& path); // Use version that takes a FilePath. |