| Index: chrome/browser/download/download_query.cc
|
| diff --git a/chrome/browser/download/download_query.cc b/chrome/browser/download/download_query.cc
|
| index a1819f303dd1801d913c21f605d07ac66bb7c0b5..f562ad8b8ff647591a83eafdad420e80cd5dd352 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"
|
|
|