diff options
Diffstat (limited to 'chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc')
-rw-r--r-- | chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc b/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc index 52eadc4..adf13bc 100644 --- a/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc +++ b/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc @@ -8,7 +8,6 @@ #include "base/files/scoped_temp_dir.h" #include "base/json/json_reader.h" #include "base/macros.h" -#include "base/prefs/pref_service.h" #include "base/values.h" #include "chrome/browser/download/download_item_model.h" #include "chrome/browser/profiles/profile.h" @@ -16,6 +15,7 @@ #include "chrome/browser/ui/webui/downloads_dom_handler.h" #include "chrome/common/pref_names.h" #include "chrome/test/base/in_process_browser_test.h" +#include "components/prefs/pref_service.h" #include "content/public/browser/web_contents.h" #include "content/public/test/mock_download_item.h" #include "content/public/test/mock_download_manager.h" |