Chromium Code Reviews| 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 1a199a0345a395e9bef994dce1f36679f3110b9c..77067f43002bd38a7c17b5c2c5f19c700c3cd180 100644 |
| --- a/chrome/browser/safe_browsing/download_protection_service.cc |
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc |
| @@ -53,6 +53,7 @@ |
| #include "components/google/core/browser/google_util.h" |
| #include "components/history/core/browser/history_service.h" |
| #include "components/prefs/pref_service.h" |
| +#include "components/safe_browsing/common/csd.pb.h" |
| #include "components/safe_browsing/common/safebrowsing_switches.h" |
| #include "components/safe_browsing/csd.pb.h" |
|
Jialiu Lin
2017/03/13 18:57:54
Remove "#include "components/safe_browsing/csd.pb.
timvolodine
2017/03/13 20:08:44
Done.
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h" |