| 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..8128484c16be6980f1aa9fc1e19252db2ea63cae 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 ServerConnectionManagerImpl;
|
| 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<ServerConnectionManagerImpl> connection_manager_;
|
|
|
| // Maintains state that affects the way we interact with different sync types.
|
| // This state changes when entering or exiting a configuration cycle.
|
|
|