| Index: chrome/browser/ui/views/download/download_item_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
|
| index 74edc471a870ac5d15d8684598e40ef48cc723cc..9c9ce223afa2c68ee44b400b87c7c2765bcd003c 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_item_view.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/i18n/rtl.h"
|
| #include "base/location.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| @@ -38,6 +37,7 @@
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "content/public/browser/download_danger_type.h"
|
| #include "grit/theme_resources.h"
|
| #include "third_party/icu/source/common/unicode/uchar.h"
|
|
|