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

Unified Diff: net/quic/core/quic_alarm.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/core/quic_address_mismatch.h ('k') | net/quic/core/quic_alarm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_alarm.h
diff --git a/net/quic/core/quic_alarm.h b/net/quic/core/quic_alarm.h
index ed43384b6aa40da54fc92a6d9c3f8902f0aba3cf..f3e0b05214d4aa5477ee97664c3af17031179378 100644
--- a/net/quic/core/quic_alarm.h
+++ b/net/quic/core/quic_alarm.h
@@ -8,9 +8,9 @@
#include <memory>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_arena_scoped_ptr.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -19,9 +19,9 @@ namespace net {
// An alarm may be cancelled, in which case it may or may not be
// removed from the underlying scheduling system, but in either case
// the task will not be executed.
-class NET_EXPORT_PRIVATE QuicAlarm {
+class QUIC_EXPORT_PRIVATE QuicAlarm {
public:
- class NET_EXPORT_PRIVATE Delegate {
+ class QUIC_EXPORT_PRIVATE Delegate {
public:
virtual ~Delegate() {}
« no previous file with comments | « net/quic/core/quic_address_mismatch.h ('k') | net/quic/core/quic_alarm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698