diff options
Diffstat (limited to 'net/base/data_url.h')
-rw-r--r-- | net/base/data_url.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/base/data_url.h b/net/base/data_url.h index 65a211a..a257064 100644 --- a/net/base/data_url.h +++ b/net/base/data_url.h @@ -10,6 +10,8 @@ class GURL; +#include "net/base/net_export.h" + namespace net { // See RFC 2397 for a complete description of the 'data' URL scheme. @@ -26,7 +28,7 @@ namespace net { // If <mediatype> is omitted, it defaults to text/plain;charset=US-ASCII. As a // shorthand, "text/plain" can be omitted but the charset parameter supplied. // -class DataURL { +class NET_EXPORT DataURL { public: // This method can be used to parse a 'data' URL into its component pieces. // |