| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| ===================================================================
|
| --- chrome/browser/browsing_data/browsing_data_remover.cc (revision 211221)
|
| +++ chrome/browser/browsing_data/browsing_data_remover.cc (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/autofill/personal_data_manager_factory.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browsing_data/browsing_data_helper.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/download/download_prefs.h"
|
| #include "chrome/browser/download/download_service_factory.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| @@ -42,7 +43,6 @@
|
| #include "chrome/browser/sessions/session_service_factory.h"
|
| #include "chrome/browser/sessions/tab_restore_service.h"
|
| #include "chrome/browser/sessions/tab_restore_service_factory.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "components/autofill/core/browser/personal_data_manager.h"
|
|
|