| Index: net/quic/quartc/quartc_factory.h
|
| diff --git a/net/quic/quartc/quartc_factory.h b/net/quic/quartc/quartc_factory.h
|
| index d6601d9471f894ba9bdd37d755578d40e8a48d13..99268a58dd33d068ad5288f3d5655d32de9d6045 100644
|
| --- a/net/quic/quartc/quartc_factory.h
|
| +++ b/net/quic/quartc/quartc_factory.h
|
| @@ -18,9 +18,9 @@ namespace net {
|
| // QuartcSessionInterface. Implements the QuicAlarmFactory to create alarms
|
| // using the QuartcTaskRunner. Implements the QuicConnectionHelperInterface used
|
| // by the QuicConnections. Only one QuartcFactory is expected to be created.
|
| -class QuartcFactory : public QuartcFactoryInterface,
|
| - public QuicAlarmFactory,
|
| - public QuicConnectionHelperInterface {
|
| +class QUIC_EXPORT_PRIVATE QuartcFactory : public QuartcFactoryInterface,
|
| + public QuicAlarmFactory,
|
| + public QuicConnectionHelperInterface {
|
| public:
|
| QuartcFactory(const QuartcFactoryConfig& factory_config);
|
| ~QuartcFactory() override;
|
|
|