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

Unified Diff: components/sync/core_impl/sync_manager_impl.h

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
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/sync_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core_impl/sync_manager_impl.h
diff --git a/components/sync/core_impl/sync_manager_impl.h b/components/sync/core_impl/sync_manager_impl.h
index 11aa9572739923261b0c5a77b6a0f9f8ed0fdfbd..530e6242e696a27b7e95c707a5e228bcfaa44ae5 100644
--- a/components/sync/core_impl/sync_manager_impl.h
+++ b/components/sync/core_impl/sync_manager_impl.h
@@ -38,7 +38,7 @@ class GURL;
namespace syncer {
class ModelTypeRegistry;
-class SyncAPIServerConnectionManager;
+class SyncServerConnectionManager;
class SyncCycleContext;
class TypeDebugInfoObserver;
class WriteNode;
@@ -278,7 +278,7 @@ class SyncManagerImpl
// The ServerConnectionManager used to abstract communication between the
// client (the Syncer) and the sync server.
- std::unique_ptr<SyncAPIServerConnectionManager> connection_manager_;
+ std::unique_ptr<SyncServerConnectionManager> connection_manager_;
// Maintains state that affects the way we interact with different sync types.
// This state changes when entering or exiting a configuration cycle.
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698