Index: net/base/request_priority.h |
diff --git a/net/base/request_priority.h b/net/base/request_priority.h |
index f6ff43e3655344eaf834f6f96d6894fd290fffb8..e663610fff4fefaae7f9228d3b3370e5049cdbca 100644 |
--- a/net/base/request_priority.h |
+++ b/net/base/request_priority.h |
@@ -5,6 +5,8 @@ |
#ifndef NET_BASE_REQUEST_PRIORITY_H_ |
#define NET_BASE_REQUEST_PRIORITY_H_ |
+#include "net/base/net_export.h" |
+ |
namespace net { |
// Prioritization used in various parts of the networking code such |
@@ -27,7 +29,7 @@ enum RequestPrioritySize { |
NUM_PRIORITIES = MAXIMUM_PRIORITY + 1, |
}; |
-const char* RequestPriorityToString(RequestPriority priority); |
+NET_EXPORT const char* RequestPriorityToString(RequestPriority priority); |
} // namespace net |