| Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| index 3b4a4f181555043b561b22ccd485b4b489af35fb..00616fd5401918bd448ca4a28ba9d3d1a27e38d9 100644
|
| --- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| -#include "chrome/browser/browsing_data/browsing_data_counter.h"
|
| #include "chrome/browser/browsing_data/browsing_data_remover.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
| #include "components/browser_sync/browser/profile_sync_service.h"
|
| +#include "components/browsing_data/counters/browsing_data_counter.h"
|
| #include "components/prefs/pref_member.h"
|
|
|
| namespace options {
|
|
|