Index: net/quic/platform/impl/quic_export_impl.h |
diff --git a/net/quic/platform/impl/quic_export_impl.h b/net/quic/platform/impl/quic_export_impl.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cc25f732594fbaf70ace426a99844af7cd23e977 |
--- /dev/null |
+++ b/net/quic/platform/impl/quic_export_impl.h |
@@ -0,0 +1,13 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_ |
+#define NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_ |
+ |
+#include "net/base/net_export.h" |
+ |
+#define QUIC_EXPORT NET_EXPORT |
+#define QUIC_EXPORT_PRIVATE NET_EXPORT_PRIVATE |
+ |
+#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_ |