| Index: chrome/browser/safe_browsing/client_side_detection_host.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| index b12aa7d85221d5ccf55ab21453e1658b7bfe4a68..838bc9dd920e488eda7236efc83c785606b34673 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| @@ -21,10 +21,10 @@
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/prefs/pref_service.h"
|
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
|
| #include "components/safe_browsing/common/safebrowsing_messages.h"
|
| #include "components/safe_browsing/csd.pb.h"
|
| #include "components/safe_browsing_db/database_manager.h"
|
| -#include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/navigation_entry.h"
|
|
|