summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 22:14:22 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 22:14:22 +0000
commit3f4b5713bc11f093edc946f2edccb1a2c41acd79 (patch)
treede100c03a65af506391246aca6677fae6452aaec /base/file_util.h
parent94832e5df61bf9b21706148fc4649a1ddd76f335 (diff)
downloadchromium_src-3f4b5713bc11f093edc946f2edccb1a2c41acd79.zip
chromium_src-3f4b5713bc11f093edc946f2edccb1a2c41acd79.tar.gz
chromium_src-3f4b5713bc11f093edc946f2edccb1a2c41acd79.tar.bz2
Remove the deprecated version of ContentsEqual.
BUG=24672 TEST=base_unittests Review URL: http://codereview.chromium.org/432001 Patch from tfarina. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r--base/file_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_util.h b/base/file_util.h
index a6914b7..b91e6b7 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -183,9 +183,6 @@ bool GetFileCreationLocalTimeFromHandle(HANDLE file_handle,
// otherwise. If either file can't be read, returns false.
bool ContentsEqual(const FilePath& filename1,
const FilePath& filename2);
-// Deprecated temporary compatibility function.
-bool ContentsEqual(const std::wstring& filename1,
- const std::wstring& filename2);
// Returns true if the contents of the two text files given are equal, false
// otherwise. This routine treats "\r\n" and "\n" as equivalent.