| 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"
|
|
|