| 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 a7123e7446131824c191645e8dcb09b3ba4901ab..16f7214360719856a266930da444356019e65a85 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -12,7 +12,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/sync/glue/theme_data_type_controller.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/common/channel_info.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -21,6 +20,7 @@
|
| #include "components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h"
|
| #include "components/autofill/core/common/autofill_pref_names.h"
|
| #include "components/autofill/core/common/autofill_switches.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/browser_sync/common/browser_sync_switches.h"
|
| #include "components/dom_distiller/core/dom_distiller_features.h"
|
| #include "components/history/core/browser/history_delete_directives_data_type_controller.h"
|
|
|