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 8da98d23548a27a0a1ea44fba51fa4323eab6e19..a7123e7446131824c191645e8dcb09b3ba4901ab 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -11,8 +11,6 @@ |
#include "chrome/browser/bookmarks/bookmark_model_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search_engines/template_url_service_factory.h" |
-#include "chrome/browser/sync/glue/sync_backend_host.h" |
-#include "chrome/browser/sync/glue/sync_backend_host_impl.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" |
@@ -37,6 +35,8 @@ |
#include "components/sync_driver/data_type_manager_impl.h" |
#include "components/sync_driver/device_info_data_type_controller.h" |
#include "components/sync_driver/glue/chrome_report_unrecoverable_error.h" |
+#include "components/sync_driver/glue/sync_backend_host.h" |
+#include "components/sync_driver/glue/sync_backend_host_impl.h" |
#include "components/sync_driver/local_device_info_provider_impl.h" |
#include "components/sync_driver/proxy_data_type_controller.h" |
#include "components/sync_driver/sync_client.h" |