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

Unified Diff: net/quic/core/quic_error_codes.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_data_writer.h ('k') | net/quic/core/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_error_codes.h
diff --git a/net/quic/core/quic_error_codes.h b/net/quic/core/quic_error_codes.h
index 496d88226c3115fc0b8738e276e89b95fe6c1040..e0ccd9eaac715a8ecaae7e1a9bbcf5572c987e16 100644
--- a/net/quic/core/quic_error_codes.h
+++ b/net/quic/core/quic_error_codes.h
@@ -9,7 +9,7 @@
#include <limits>
-#include "net/base/net_export.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -283,11 +283,11 @@ static_assert(static_cast<int>(QUIC_LAST_ERROR) <=
"QuicErrorCode exceeds single octet");
// Returns the name of the QuicRstStreamErrorCode as a char*
-NET_EXPORT_PRIVATE const char* QuicRstStreamErrorCodeToString(
+QUIC_EXPORT_PRIVATE const char* QuicRstStreamErrorCodeToString(
QuicRstStreamErrorCode error);
// Returns the name of the QuicErrorCode as a char*
-NET_EXPORT_PRIVATE const char* QuicErrorCodeToString(QuicErrorCode error);
+QUIC_EXPORT_PRIVATE const char* QuicErrorCodeToString(QuicErrorCode error);
} // namespace net
« no previous file with comments | « net/quic/core/quic_data_writer.h ('k') | net/quic/core/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698