From 50b722ccbcd5e018936b6aefadbcf2a131056886 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 17 Dec 2010 01:39:11 +0000 Subject: Remove deprecated AbsolutePath. BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/5915005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69501 0039d316-1c4b-4281-b951-d872f2087c98 --- base/file_util_deprecated.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/file_util_deprecated.h') diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h index 45e60b7..9bafb31 100644 --- a/base/file_util_deprecated.h +++ b/base/file_util_deprecated.h @@ -49,8 +49,6 @@ void AppendToPath(std::wstring* path, const std::wstring& new_ending); FilePath::StringType GetFileExtensionFromPath(const FilePath& path); std::wstring GetFileExtensionFromPath(const std::wstring& path); -bool AbsolutePath(std::wstring* path); - // 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, -- cgit v1.1