diff options
Diffstat (limited to 'chrome/browser/browsing_data/browsing_data_remover.h')
-rw-r--r-- | chrome/browser/browsing_data/browsing_data_remover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h index c54c63c..17d173a 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" |