Chromium Code Reviews| Index: chrome/browser/safe_browsing/client_side_detection_service.cc |
| diff --git a/chrome/browser/safe_browsing/client_side_detection_service.cc b/chrome/browser/safe_browsing/client_side_detection_service.cc |
| index 275e8146ef8e7d1145f9f46c1c4a5b55136e04ef..9095e3b9bc825fb17716a125780fe178b532bdb7 100644 |
| --- a/chrome/browser/safe_browsing/client_side_detection_service.cc |
| +++ b/chrome/browser/safe_browsing/client_side_detection_service.cc |
| @@ -20,9 +20,10 @@ |
| #include "chrome/browser/browser_process.h" |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/common/pref_names.h" |
| -#include "chrome/common/safe_browsing/client_model.pb.h" |
| #include "components/data_use_measurement/core/data_use_user_data.h" |
| #include "components/prefs/pref_service.h" |
| +#include "components/safe_browsing/common/client_model.pb.h" |
| +#include "components/safe_browsing/common/csd.pb.h" |
| #include "components/safe_browsing/common/safebrowsing_messages.h" |
| #include "components/safe_browsing/csd.pb.h" |
|
Jialiu Lin
2017/03/13 20:31:42
one more?
timvolodine
2017/03/15 00:02:01
Done.
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h" |