| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc | 
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc | 
| index 351cf4532bc8f34fc0bdad3d131e818b95b10ef1..ea8b8e6b648148437e756b1ab2cdc105e1bbfb01 100644 | 
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc | 
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc | 
| @@ -21,10 +21,10 @@ | 
| #include "base/strings/string_number_conversions.h" | 
| #include "base/threading/sequenced_worker_pool.h" | 
| #include "chrome/browser/history/history_service_factory.h" | 
| -#include "chrome/browser/safe_browsing/binary_feature_extractor.h" | 
| #include "chrome/browser/safe_browsing/database_manager.h" | 
| #include "chrome/browser/safe_browsing/download_feedback_service.h" | 
| #include "chrome/browser/safe_browsing/safe_browsing_service.h" | 
| +#include "chrome/common/safe_browsing/binary_feature_extractor.h" | 
| #include "chrome/common/safe_browsing/csd.pb.h" | 
| #include "chrome/test/base/testing_profile.h" | 
| #include "components/history/core/browser/history_service.h" | 
|  |