Chromium Code Reviews| Index: chrome/browser/safe_browsing/client_side_model_loader.cc |
| diff --git a/chrome/browser/safe_browsing/client_side_model_loader.cc b/chrome/browser/safe_browsing/client_side_model_loader.cc |
| index bd2418baff67f31d7676e52c1e3fdcf899ddb70d..39a026e0febfd089ded9e760eb00db3a0d3b9b31 100644 |
| --- a/chrome/browser/safe_browsing/client_side_model_loader.cc |
| +++ b/chrome/browser/safe_browsing/client_side_model_loader.cc |
| @@ -16,8 +16,9 @@ |
| #include "base/threading/thread_task_runner_handle.h" |
| #include "base/time/time.h" |
| #include "chrome/browser/safe_browsing/protocol_manager.h" |
| -#include "chrome/common/safe_browsing/client_model.pb.h" |
| #include "components/data_use_measurement/core/data_use_user_data.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/common/safebrowsing_switches.h" |
| #include "components/safe_browsing/csd.pb.h" |
|
Jialiu Lin
2017/03/13 18:57:54
remove this line?
timvolodine
2017/03/13 20:08:44
Done.
|