| 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 ceb6cd335a27e2023b052235c74274fd24f05e4e..0959a35767715633d5ae813178e678bf790b0ed7 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"
|
| @@ -112,6 +110,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;
|
|
|