Index: base/file_util_deprecated.h |
diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h |
index d24e54d3a5d238d78cb9ea0e720c0bbacc5f374b..675ee6148b259644262d865c4cb3c5d2ebaa5905 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); |
tfarina
2011/08/04 18:55:07
There are more just two uses of this function in s
|
// Use version that takes a FilePath. |