| Index: chrome/browser/browsing_data/browsing_data_counter_utils.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.cc b/chrome/browser/browsing_data/browsing_data_counter_utils.cc
|
| index 5acb28e16ebb59fce659431bba0a282e3e90e2ff..e485a181077504b7007fa97c69bb2b19a383b660 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils.cc
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/browsing_data/browsing_data_counter_utils.h"
|
|
|
| #include "base/command_line.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/browsing_data/autofill_counter.h"
|
| #include "chrome/browser/browsing_data/cache_counter.h"
|
| #include "chrome/browser/browsing_data/history_counter.h"
|
| @@ -13,6 +12,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/text/bytes_formatting.h"
|
|
|
|
|