summaryrefslogtreecommitdiffstats
path: root/net/base/data_url.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/data_url.h')
-rw-r--r--net/base/data_url.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/data_url.h b/net/base/data_url.h
index a6c42ea..7b48574 100644
--- a/net/base/data_url.h
+++ b/net/base/data_url.h
@@ -8,7 +8,7 @@
#include <string>
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
class GURL;
@@ -28,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 NET_API DataURL {
+class NET_EXPORT DataURL {
public:
// This method can be used to parse a 'data' URL into its component pieces.
//