| Index: net/quic/quartc/quartc_alarm_factory.h
|
| diff --git a/net/quic/quartc/quartc_alarm_factory.h b/net/quic/quartc/quartc_alarm_factory.h
|
| index 5bd52a21c05b00c3dd1659f7a0ae5ea8a1dff655..12fd8169590dc089a7e1569d5c2cc3eec83d6c2d 100644
|
| --- a/net/quic/quartc/quartc_alarm_factory.h
|
| +++ b/net/quic/quartc/quartc_alarm_factory.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <utility>
|
|
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_alarm_factory.h"
|
| #include "net/quic/platform/api/quic_clock.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace base {
|
| class TaskRunner;
|
| @@ -20,7 +20,7 @@ namespace net {
|
| // Creates Chromium-based QuartcAlarms used throughout QUIC. The alarm posts
|
| // messages to the Chromium message queue for tasks such as retransmission.
|
| // Used for the tests inside Chromium.
|
| -class NET_EXPORT_PRIVATE QuartcAlarmFactory : public QuicAlarmFactory {
|
| +class QUIC_EXPORT_PRIVATE QuartcAlarmFactory : public QuicAlarmFactory {
|
| public:
|
| QuartcAlarmFactory(base::TaskRunner* task_runner, const QuicClock* clock);
|
| ~QuartcAlarmFactory() override;
|
|
|