| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index 6d252495ae7029d69a469bb26b03e761a7ba64df..83d3d40e6b2e0443e6eff6c0f69ee55396a2e5d2 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -8,6 +8,7 @@
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/bookmarks/enhanced_bookmarks_features.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
|
| #include "chrome/browser/extensions/api/storage/settings_frontend.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_sync_service.h"
|
| @@ -62,7 +63,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| -#include "components/dom_distiller/content/dom_distiller_service_factory.h"
|
| #include "components/dom_distiller/core/dom_distiller_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "sync/api/syncable_service.h"
|
|
|