Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking on more...
commit7091808a3c67deefb60a5b76a5be33ee0e094f27
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 25 Mar 2014 02:52:59 +0000 (25 02:52 +0000)
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 25 Mar 2014 02:52:59 +0000 (25 02:52 +0000)
treeeddf7672ac2cabc0e462df93c8976f8f8e12e084
parent957cfc92e1ffd45ffec3a33a664f6d94badf4ecd
Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking on more work.

BUG=None
TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/209333010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259117 0039d316-1c4b-4281-b951-d872f2087c98
12 files changed:
chrome/browser/safe_browsing/binary_feature_extractor.h [new file with mode: 0644]
chrome/browser/safe_browsing/binary_feature_extractor_posix.cc [moved from chrome/browser/safe_browsing/signature_util_posix.cc with 58% similarity]
chrome/browser/safe_browsing/binary_feature_extractor_win.cc [moved from chrome/browser/safe_browsing/signature_util_win.cc with 91% similarity]
chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc [moved from chrome/browser/safe_browsing/signature_util_win_unittest.cc with 81% similarity]
chrome/browser/safe_browsing/download_protection_service.cc
chrome/browser/safe_browsing/download_protection_service.h
chrome/browser/safe_browsing/download_protection_service_unittest.cc
chrome/browser/safe_browsing/signature_util.h [deleted file]
chrome/chrome.gyp
chrome/chrome_browser.gypi
chrome/chrome_tests_unit.gypi
chrome/tools/safe_browsing/sb_sigutil.cc