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-31 03:39:51 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 03:39:51 +0000
commit760ea500a17ca0cdf39591c7a3bcc23f9d3363e5 (patch)
tree86a206d66ec4da3692af33f6a931d58259fd8fe1 /url/url_canon_icu.h
parent0d73505820018d675078d5bd9bca6cab6756f1ba (diff)
downloadchromium_src-760ea500a17ca0cdf39591c7a3bcc23f9d3363e5.zip
chromium_src-760ea500a17ca0cdf39591c7a3bcc23f9d3363e5.tar.gz
chromium_src-760ea500a17ca0cdf39591c7a3bcc23f9d3363e5.tar.bz2
Revert 203027 "Revert 203025 "Make the copy of GURL in src/url b..."
> Revert 203025 "Make the copy of GURL in src/url buildable as a c..." > > > 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 > > TBR=thestig@chromium.org > > Review URL: https://codereview.chromium.org/15848009 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/15799007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203324 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