diff options
Diffstat (limited to 'chrome/browser/download/download_prefs_unittest.cc')
-rw-r--r-- | chrome/browser/download/download_prefs_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_prefs_unittest.cc b/chrome/browser/download/download_prefs_unittest.cc index 8867414..a6899fd 100644 --- a/chrome/browser/download/download_prefs_unittest.cc +++ b/chrome/browser/download/download_prefs_unittest.cc @@ -5,10 +5,10 @@ #include "chrome/browser/download/download_prefs.h" #include "base/files/file_path.h" -#include "base/prefs/pref_service.h" #include "chrome/browser/download/download_extensions.h" #include "chrome/common/pref_names.h" #include "chrome/test/base/testing_profile.h" +#include "components/prefs/pref_service.h" #include "content/public/test/test_browser_thread_bundle.h" #include "testing/gtest/include/gtest/gtest.h" |