diff options
Diffstat (limited to 'chrome/browser/safe_browsing/download_protection_service_unittest.cc')
-rw-r--r-- | chrome/browser/safe_browsing/download_protection_service_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc index a7db4ff..f877e35 100644 --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc @@ -21,7 +21,6 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" #include "base/path_service.h" -#include "base/prefs/pref_service.h" #include "base/run_loop.h" #include "base/strings/string_number_conversions.h" #include "base/threading/sequenced_worker_pool.h" @@ -36,6 +35,7 @@ #include "chrome/common/safe_browsing/csd.pb.h" #include "chrome/test/base/testing_profile.h" #include "components/history/core/browser/history_service.h" +#include "components/prefs/pref_service.h" #include "components/safe_browsing_db/database_manager.h" #include "components/safe_browsing_db/test_database_manager.h" #include "content/public/browser/download_danger_type.h" |