diff options
Diffstat (limited to 'chrome/browser/download/download_query.cc')
-rw-r--r-- | chrome/browser/download/download_query.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_query.cc b/chrome/browser/download/download_query.cc index a1819f3..f562ad8 100644 --- a/chrome/browser/download/download_query.cc +++ b/chrome/browser/download/download_query.cc @@ -18,7 +18,6 @@ #include "base/i18n/string_search.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" -#include "base/prefs/pref_service.h" #include "base/stl_util.h" #include "base/strings/string16.h" #include "base/strings/string_split.h" @@ -28,6 +27,7 @@ #include "base/values.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/pref_names.h" +#include "components/prefs/pref_service.h" #include "components/url_formatter/url_formatter.h" #include "content/public/browser/content_browser_client.h" #include "content/public/browser/download_item.h" |