Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: components/sync_driver/glue/sync_backend_host_impl.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync_driver/glue/sync_backend_host_impl.cc
diff --git a/components/sync_driver/glue/sync_backend_host_impl.cc b/components/sync_driver/glue/sync_backend_host_impl.cc
index 97abed7e94e884827f273a7122b7b27783ec805b..5b0ae62ad7b406ce4c94bf1dbff1bb97f42cab5f 100644
--- a/components/sync_driver/glue/sync_backend_host_impl.cc
+++ b/components/sync_driver/glue/sync_backend_host_impl.cc
@@ -16,6 +16,16 @@
#include "components/invalidation/public/invalidation_service.h"
#include "components/invalidation/public/object_id_invalidation_map.h"
#include "components/signin/core/browser/signin_client.h"
+#include "components/sync/base/experiments.h"
+#include "components/sync/base/sync_string_conversions.h"
+#include "components/sync/core/activation_context.h"
+#include "components/sync/core/base_transaction.h"
+#include "components/sync/core/http_bridge.h"
+#include "components/sync/core/internal_components_factory.h"
+#include "components/sync/core/internal_components_factory_impl.h"
+#include "components/sync/core/sync_manager.h"
+#include "components/sync/core/sync_manager_factory.h"
+#include "components/sync/engine/events/protocol_event.h"
#include "components/sync_driver/glue/sync_backend_host_core.h"
#include "components/sync_driver/glue/sync_backend_registrar.h"
#include "components/sync_driver/invalidation_helper.h"
@@ -23,16 +33,6 @@
#include "components/sync_driver/sync_driver_switches.h"
#include "components/sync_driver/sync_frontend.h"
#include "components/sync_driver/sync_prefs.h"
-#include "sync/internal_api/public/activation_context.h"
-#include "sync/internal_api/public/base_transaction.h"
-#include "sync/internal_api/public/events/protocol_event.h"
-#include "sync/internal_api/public/http_bridge.h"
-#include "sync/internal_api/public/internal_components_factory.h"
-#include "sync/internal_api/public/internal_components_factory_impl.h"
-#include "sync/internal_api/public/sync_manager.h"
-#include "sync/internal_api/public/sync_manager_factory.h"
-#include "sync/internal_api/public/util/experiments.h"
-#include "sync/internal_api/public/util/sync_string_conversions.h"
// Helper macros to log with the syncer thread name; useful when there
// are multiple syncers involved.
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_impl.h ('k') | components/sync_driver/glue/sync_backend_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698