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

Unified Diff: net/quic/platform/impl/quic_chromium_clock.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/api/quic_socket_address.h ('k') | net/quic/platform/impl/quic_export_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/impl/quic_chromium_clock.h
diff --git a/net/quic/platform/impl/quic_chromium_clock.h b/net/quic/platform/impl/quic_chromium_clock.h
index e703f246cfb5e71beee97b2d51f3043840f111e7..33c7eab79b1007a0623f5914f686f421066b35a0 100644
--- a/net/quic/platform/impl/quic_chromium_clock.h
+++ b/net/quic/platform/impl/quic_chromium_clock.h
@@ -7,12 +7,13 @@
#include "base/time/time.h"
#include "net/quic/platform/api/quic_clock.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// Clock to efficiently retrieve an approximately accurate time from an
// EpollServer.
-class NET_EXPORT_PRIVATE QuicChromiumClock : public QuicClock {
+class QUIC_EXPORT_PRIVATE QuicChromiumClock : public QuicClock {
public:
QuicChromiumClock();
~QuicChromiumClock() override;
« no previous file with comments | « net/quic/platform/api/quic_socket_address.h ('k') | net/quic/platform/impl/quic_export_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698