summaryrefslogtreecommitdiffstats
path: root/url/url_canon_icu.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 00:39:57 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 00:39:57 +0000
commit2dcec1fbb4343693721ec1b81452a93883efbc2e (patch)
treef32021cc84b1f14e46e90a978c201b536cdde61e /url/url_canon_icu.h
parent1ada567356f93581d6615f5e4d06f8c5e32e1cef (diff)
downloadchromium_src-2dcec1fbb4343693721ec1b81452a93883efbc2e.zip
chromium_src-2dcec1fbb4343693721ec1b81452a93883efbc2e.tar.gz
chromium_src-2dcec1fbb4343693721ec1b81452a93883efbc2e.tar.bz2
Make the copy of GURL in src/url buildable as a component build. (try 2)
BUG=229660 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/15805003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url/url_canon_icu.h')
-rw-r--r--url/url_canon_icu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/url/url_canon_icu.h b/url/url_canon_icu.h
index d8eacbf..1f9f092 100644
--- a/url/url_canon_icu.h
+++ b/url/url_canon_icu.h
@@ -8,6 +8,7 @@
// ICU integration functions.
#include "url/url_canon.h"
+#include "url/url_export.h"
typedef struct UConverter UConverter;
@@ -15,7 +16,7 @@ namespace url_canon {
// An implementation of CharsetConverter that implementations can use to
// interface the canonicalizer with ICU's conversion routines.
-class ICUCharsetConverter : public CharsetConverter {
+class URL_EXPORT 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