| 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.
|
|
|