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 e96de85a157540a75bca510d80cd27de83cfd427..6d17cf4ad97c33952dce06e88c9d6c1f36407fce 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -30,14 +30,12 @@ |
#include "chrome/browser/sync/glue/bookmark_model_associator.h" |
#include "chrome/browser/sync/glue/chrome_report_unrecoverable_error.h" |
#include "chrome/browser/sync/glue/data_type_manager_impl.h" |
-#include "chrome/browser/sync/glue/data_type_manager_observer.h" |
#include "chrome/browser/sync/glue/extension_data_type_controller.h" |
#include "chrome/browser/sync/glue/extension_setting_data_type_controller.h" |
#include "chrome/browser/sync/glue/generic_change_processor.h" |
#include "chrome/browser/sync/glue/password_change_processor.h" |
#include "chrome/browser/sync/glue/password_data_type_controller.h" |
#include "chrome/browser/sync/glue/password_model_associator.h" |
-#include "chrome/browser/sync/glue/proxy_data_type_controller.h" |
#include "chrome/browser/sync/glue/search_engine_data_type_controller.h" |
#include "chrome/browser/sync/glue/session_change_processor.h" |
#include "chrome/browser/sync/glue/session_data_type_controller.h" |
@@ -66,6 +64,8 @@ |
#include "components/autofill/core/browser/webdata/autofill_profile_syncable_service.h" |
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h" |
#include "components/dom_distiller/core/dom_distiller_service.h" |
+#include "components/sync_driver/data_type_manager_observer.h" |
+#include "components/sync_driver/proxy_data_type_controller.h" |
#include "content/public/browser/browser_thread.h" |
#include "extensions/browser/extension_system.h" |
#include "sync/api/syncable_service.h" |