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

Unified Diff: net/quic/core/quic_version_manager.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_utils.h ('k') | net/quic/core/quic_versions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_version_manager.h
diff --git a/net/quic/core/quic_version_manager.h b/net/quic/core/quic_version_manager.h
index cd8e9f95373f05ccfc27f3ec0b78a6c1793ed875..83deef408ea35b43dfe1c5b5bdb162df04a95ec6 100644
--- a/net/quic/core/quic_version_manager.h
+++ b/net/quic/core/quic_version_manager.h
@@ -6,11 +6,12 @@
#define NET_QUIC_CORE_QUIC_VERSION_MANAGER_H_
#include "net/quic/core/quic_versions.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// Used to generate filtered supported versions based on flags.
-class NET_EXPORT_PRIVATE QuicVersionManager {
+class QUIC_EXPORT_PRIVATE QuicVersionManager {
public:
explicit QuicVersionManager(QuicVersionVector supported_versions);
virtual ~QuicVersionManager();
« no previous file with comments | « net/quic/core/quic_utils.h ('k') | net/quic/core/quic_versions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698