diff options
Diffstat (limited to 'chrome/browser/download/download_target_determiner_unittest.cc')
-rw-r--r-- | chrome/browser/download/download_target_determiner_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_target_determiner_unittest.cc b/chrome/browser/download/download_target_determiner_unittest.cc index 681a264..03898eb 100644 --- a/chrome/browser/download/download_target_determiner_unittest.cc +++ b/chrome/browser/download/download_target_determiner_unittest.cc @@ -11,7 +11,6 @@ #include "base/location.h" #include "base/macros.h" #include "base/observer_list.h" -#include "base/prefs/pref_service.h" #include "base/run_loop.h" #include "base/single_thread_task_runner.h" #include "base/stl_util.h" @@ -30,6 +29,7 @@ #include "chrome/test/base/testing_profile.h" #include "components/history/core/browser/history_service.h" #include "components/history/core/browser/history_types.h" +#include "components/prefs/pref_service.h" #include "components/syncable_prefs/testing_pref_service_syncable.h" #include "content/public/browser/download_interrupt_reasons.h" #include "content/public/browser/render_process_host.h" |