| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index c54c63c32eb40b5d45fdf7150683c24a718223ec..17d173a6576e8615fa760ec48ffc144c5cd7f808 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "base/prefs/pref_member.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| #include "base/synchronization/waitable_event_watcher.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| @@ -22,6 +21,7 @@
|
| #include "build/build_config.h"
|
| #include "chrome/common/features.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| +#include "components/prefs/pref_member.h"
|
| #include "components/search_engines/template_url_service.h"
|
| #include "storage/common/quota/quota_types.h"
|
| #include "url/gurl.h"
|
|
|