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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl.cc

Issue 2408463002: [Sync] Move network-related code from core/ to engine/net/. (Closed)
Patch Set: Use SyncServerConnectionManager instead of ServerConnectionManagerImpl. Created 4 years, 2 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 15e1f0bbd4c4e9a3ca66cec113aca5a017c6b2f5..4e50b88ea49bee19eb7bbc9015489ec3608bcd1e 100644
--- a/components/sync/driver/glue/sync_backend_host_impl.cc
+++ b/components/sync/driver/glue/sync_backend_host_impl.cc
@@ -19,7 +19,6 @@
#include "components/sync/base/sync_prefs.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_factory.h"
@@ -29,6 +28,7 @@
#include "components/sync/driver/sync_driver_switches.h"
#include "components/sync/driver/sync_frontend.h"
#include "components/sync/engine/events/protocol_event.h"
+#include "components/sync/engine/net/http_bridge.h"
#include "components/sync/engine/sync_string_conversions.h"
// Helper macros to log with the syncer thread name; useful when there
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_core.cc ('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