Commit 55e18ed6 authored by David Schinazi's avatar David Schinazi Committed by Commit Bot

Add QUIC_NO_EXPORT

Change-Id: Ic6e48be74428496bf989f638056880531f3ad06e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885392
Commit-Queue: David Schinazi <dschinazi@chromium.org>
Auto-Submit: David Schinazi <dschinazi@chromium.org>
Reviewed-by: default avatarNick Harper <nharper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710165}
parent 422aa229
...@@ -7,7 +7,11 @@ ...@@ -7,7 +7,11 @@
#include "net/base/net_export.h" #include "net/base/net_export.h"
// These macros are documented in:
// net/third_party/quiche/src/quic/platform/api/quic_export.h
#define QUIC_EXPORT NET_EXPORT #define QUIC_EXPORT NET_EXPORT
#define QUIC_EXPORT_PRIVATE NET_EXPORT_PRIVATE #define QUIC_EXPORT_PRIVATE NET_EXPORT_PRIVATE
#define QUIC_NO_EXPORT
#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_ #endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment