Index: base/file_util.h |
=================================================================== |
--- base/file_util.h (revision 7570) |
+++ base/file_util.h (working copy) |
@@ -77,8 +77,6 @@ |
// Returns "jpg" for path "C:\pics\jojo.jpg", or an empty string if |
// the file has no extension. |
-FilePath::StringType GetFileExtensionFromPath(const FilePath& path); |
-// Deprecated temporary compatibility function. |
std::wstring GetFileExtensionFromPath(const std::wstring& path); |
// Returns 'jojo' for path "C:\pics\jojo.jpg". |