Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3793)

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor_posix.cc

Issue 1015363003: Move BinaryFeatureExtractor and PEImageReader to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: sync to position 321353 Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/safe_browsing/binary_feature_extractor_posix.cc
diff --git a/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
similarity index 92%
rename from chrome/browser/safe_browsing/binary_feature_extractor_posix.cc
rename to chrome/common/safe_browsing/binary_feature_extractor_posix.cc
index 1c395c8f343ae99a1ebceec64b058bbebbafb2b6..265fcfed2de6826d61d0763083a91c0a7613311d 100644
--- a/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc
+++ b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
@@ -5,7 +5,7 @@
// This is a stub for the code signing utilities on Mac and Linux.
// It should eventually be replaced with a real implementation.
-#include "chrome/browser/safe_browsing/binary_feature_extractor.h"
+#include "chrome/common/safe_browsing/binary_feature_extractor.h"
namespace safe_browsing {

Powered by Google App Engine
This is Rietveld 408576698