Index: trunk/src/url/url_canon_icu.h |
=================================================================== |
--- trunk/src/url/url_canon_icu.h (revision 203026) |
+++ trunk/src/url/url_canon_icu.h (working copy) |
@@ -8,7 +8,6 @@ |
// ICU integration functions. |
#include "url/url_canon.h" |
-#include "url/url_export.h" |
typedef struct UConverter UConverter; |
@@ -16,7 +15,7 @@ |
// An implementation of CharsetConverter that implementations can use to |
// interface the canonicalizer with ICU's conversion routines. |
-class URL_EXPORT ICUCharsetConverter : public CharsetConverter { |
+class ICUCharsetConverter : public CharsetConverter { |
public: |
// Constructs a converter using an already-existing ICU character set |
// converter. This converter is NOT owned by this object; the lifetime must |