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