Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: net/quic/quartc/quartc_alarm_factory.h

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/platform/impl/quic_socket_address_impl.h ('k') | net/quic/quartc/quartc_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/platform/impl/quic_socket_address_impl.h ('k') | net/quic/quartc/quartc_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698