| Index: components/sync/engine_impl/sync_manager_impl.h
|
| diff --git a/components/sync/engine_impl/sync_manager_impl.h b/components/sync/engine_impl/sync_manager_impl.h
|
| index ed58d801b6f2670a68926034d0f9b9f05449daa4..f7c761452cf34f41194496e90687478b1b46b73d 100644
|
| --- a/components/sync/engine_impl/sync_manager_impl.h
|
| +++ b/components/sync/engine_impl/sync_manager_impl.h
|
| @@ -38,6 +38,7 @@
|
| namespace syncer {
|
|
|
| class ModelTypeRegistry;
|
| +class SyncServerConnectionManager;
|
| class SyncCycleContext;
|
| class TypeDebugInfoObserver;
|
| class WriteNode;
|
| @@ -277,7 +278,7 @@
|
|
|
| // The ServerConnectionManager used to abstract communication between the
|
| // client (the Syncer) and the sync server.
|
| - std::unique_ptr<ServerConnectionManager> 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.
|
|
|