| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index c9f695363a932fa668e98eee7428fddb6e6aef9e..1a199a0345a395e9bef994dce1f36679f3110b9c 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -45,7 +45,6 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/common/pref_names.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/file_type_policies.h"
|
| #include "chrome/common/safe_browsing/zip_analyzer_results.h"
|
| @@ -55,6 +54,7 @@
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/safe_browsing/common/safebrowsing_switches.h"
|
| +#include "components/safe_browsing/csd.pb.h"
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/download_item.h"
|
|
|