Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: src/url_canon_icu.h

Issue 2939004: Add option to build googleurl as dll... (Closed) Base URL: http://google-url.googlecode.com/svn/trunk/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/url_canon.h ('k') | src/url_canon_ip.h » ('j') | src/url_common.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/url_canon_icu.h
===================================================================
--- src/url_canon_icu.h (revision 137)
+++ src/url_canon_icu.h (working copy)
@@ -45,13 +45,13 @@
// Constructs a converter using an already-existing ICU character set
// converter. This converter is NOT owned by this object; the lifetime must
// be managed by the creator such that it is alive as long as this is.
- ICUCharsetConverter(UConverter* converter);
+ GURL_API ICUCharsetConverter(UConverter* converter);
- virtual ~ICUCharsetConverter() {}
+ GURL_API virtual ~ICUCharsetConverter() {}
- virtual void ConvertFromUTF16(const char16* input,
- int input_len,
- CanonOutput* output);
+ GURL_API virtual void ConvertFromUTF16(const char16* input,
+ int input_len,
+ CanonOutput* output);
private:
// The ICU converter, not owned by this class.
« no previous file with comments | « src/url_canon.h ('k') | src/url_canon_ip.h » ('j') | src/url_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698