summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/download_protection_service.cc
diff options
context:
space:
mode:
authorgrt <grt@chromium.org>2015-03-19 18:15:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-20 01:16:26 +0000
commit69ab18b673a13749fd4dfde40f3d04901f51016c (patch)
treeb16a16072056b4eb946eb680cb0e05a18bb56c9c /chrome/browser/safe_browsing/download_protection_service.cc
parent494d408657f49528aa43827bc3602df1331ebfe3 (diff)
downloadchromium_src-69ab18b673a13749fd4dfde40f3d04901f51016c.zip
chromium_src-69ab18b673a13749fd4dfde40f3d04901f51016c.tar.gz
chromium_src-69ab18b673a13749fd4dfde40f3d04901f51016c.tar.bz2
Move BinaryFeatureExtractor and PEImageReader to common.
This will allow them to be used from a utility process. BUG=462584 R=mattm@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1015363003 Cr-Commit-Position: refs/heads/master@{#321484}
Diffstat (limited to 'chrome/browser/safe_browsing/download_protection_service.cc')
-rw-r--r--chrome/browser/safe_browsing/download_protection_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
index 6f552e2..c7e0320 100644
--- a/chrome/browser/safe_browsing/download_protection_service.cc
+++ b/chrome/browser/safe_browsing/download_protection_service.cc
@@ -23,12 +23,12 @@
#include "chrome/browser/browser_process.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/safe_browsing/binary_feature_extractor.h"
#include "chrome/browser/safe_browsing/download_feedback_service.h"
#include "chrome/browser/safe_browsing/safe_browsing_service.h"
#include "chrome/browser/safe_browsing/sandboxed_zip_analyzer.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_list.h"
+#include "chrome/common/safe_browsing/binary_feature_extractor.h"
#include "chrome/common/safe_browsing/csd.pb.h"
#include "chrome/common/safe_browsing/download_protection_util.h"
#include "chrome/common/safe_browsing/zip_analyzer.h"