| Index: chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
|
| diff --git a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
|
| index c2e79d00fa7963037e40a316c2250b997e38bb12..17d9c830cfb1c2a5ba4dc5cd9960bde98ea36040 100644
|
| --- a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
|
| +++ b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
|
| @@ -54,8 +54,6 @@
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h"
|
| #include "components/domain_reliability/service.h"
|
| #include "components/history/core/browser/history_service.h"
|
| -#include "components/nacl/browser/nacl_browser.h"
|
| -#include "components/nacl/browser/pnacl_host.h"
|
| #include "components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h"
|
| #include "components/ntp_snippets/content_suggestions_service.h"
|
| #include "components/omnibox/browser/omnibox_pref_names.h"
|
| @@ -110,6 +108,11 @@
|
| #include "chrome/browser/browsing_data/browsing_data_flash_lso_helper.h"
|
| #endif
|
|
|
| +#if !defined(DISABLE_NACL)
|
| +#include "components/nacl/browser/nacl_browser.h"
|
| +#include "components/nacl/browser/pnacl_host.h"
|
| +#endif
|
| +
|
| using base::UserMetricsAction;
|
| using content::BrowserContext;
|
| using content::BrowserThread;
|
|
|