Index: net/base/net_log.h |
diff --git a/net/base/net_log.h b/net/base/net_log.h |
index dbcf09929b3fb2760cfa990733f25d42cc156c55..361b173b7efbc003911c3fed4eab1a891339620e 100644 |
--- a/net/base/net_log.h |
+++ b/net/base/net_log.h |
@@ -301,7 +301,7 @@ class NET_EXPORT NetLogStringParameter : public NetLog::EventParameters { |
// NetLogIntegerParameter is a subclass of EventParameters that encapsulates a |
// single integer parameter. |
-class NetLogIntegerParameter : public NetLog::EventParameters { |
+class NET_EXPORT NetLogIntegerParameter : public NetLog::EventParameters { |
public: |
// |name| must be a string literal. |
NetLogIntegerParameter(const char* name, int value) |