Index: net/base/data_url.h |
=================================================================== |
--- net/base/data_url.h (revision 95949) |
+++ net/base/data_url.h (working copy) |
@@ -8,7 +8,7 @@ |
#include <string> |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
class GURL; |
@@ -28,7 +28,7 @@ |
// 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. |
// |