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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor.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.cc
diff --git a/chrome/browser/safe_browsing/binary_feature_extractor.cc b/chrome/common/safe_browsing/binary_feature_extractor.cc
similarity index 94%
rename from chrome/browser/safe_browsing/binary_feature_extractor.cc
rename to chrome/common/safe_browsing/binary_feature_extractor.cc
index dee513bbd32a90e6adab852bd770a7f1dc091946..f57e45f212754fe19e6f8ee79699fceb0da59790 100644
--- a/chrome/browser/safe_browsing/binary_feature_extractor.cc
+++ b/chrome/common/safe_browsing/binary_feature_extractor.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/safe_browsing/binary_feature_extractor.h"
+#include "chrome/common/safe_browsing/binary_feature_extractor.h"
#include "base/files/file.h"
#include "base/files/file_path.h"
« no previous file with comments | « chrome/common/safe_browsing/binary_feature_extractor.h ('k') | chrome/common/safe_browsing/binary_feature_extractor_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698