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

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

Issue 2106743002: WIP: Local sync only... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix after rebase. Created 4 years, 3 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/BUILD.gn ('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 4b1044f9498cbd61f87d372c0e71aff8f00c4bf1..dc9e6859786ee37018f316e931fc36855887dc12 100644
--- a/components/sync/core_impl/sync_manager_impl.h
+++ b/components/sync/core_impl/sync_manager_impl.h
@@ -37,7 +37,7 @@ class GURL;
namespace syncer {
class ModelTypeRegistry;
-class SyncAPIServerConnectionManager;
+class LoopbackConnectionManager;
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<LoopbackConnectionManager> 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/BUILD.gn ('k') | components/sync/core_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698