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

Unified Diff: net/quic/platform/api/quic_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/core/spdy_utils.h ('k') | net/quic/platform/api/quic_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/api/quic_clock.h
diff --git a/net/quic/platform/api/quic_clock.h b/net/quic/platform/api/quic_clock.h
index 2931562716a542010dc9afe56bc9431a5bd05c19..e95e0bc8a1bd911d70d7cc58cba7d645cf3bedff 100644
--- a/net/quic/platform/api/quic_clock.h
+++ b/net/quic/platform/api/quic_clock.h
@@ -5,13 +5,13 @@
#ifndef NET_QUIC_PLATFORM_API_QUIC_CLOCK_H_
#define NET_QUIC_PLATFORM_API_QUIC_CLOCK_H_
-#include "net/base/net_export.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// Interface for retreiving the current time.
-class NET_EXPORT_PRIVATE QuicClock {
+class QUIC_EXPORT_PRIVATE QuicClock {
public:
QuicClock();
virtual ~QuicClock();
« no previous file with comments | « net/quic/core/spdy_utils.h ('k') | net/quic/platform/api/quic_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698