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

Unified Diff: src/url_canon_icu.h

Issue 14090005: Modify the headers in src/ to forward to url/*.h (Closed) Base URL: http://google-url.googlecode.com/svn/trunk
Patch Set: Created 7 years, 8 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_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/url_canon_icu.h
diff --git a/src/url_canon_icu.h b/src/url_canon_icu.h
index e529fcbd9a8600f7e85432549f864ffe2ff07aaf..2f5a9b2a617018adbbe4caee6e0a9f720010b86f 100644
--- a/src/url_canon_icu.h
+++ b/src/url_canon_icu.h
@@ -32,32 +32,6 @@
#ifndef GOOGLEURL_SRC_URL_CANON_ICU_H__
#define GOOGLEURL_SRC_URL_CANON_ICU_H__
-#include "googleurl/src/url_canon.h"
-
-typedef struct UConverter UConverter;
-
-namespace url_canon {
-
-// An implementation of CharsetConverter that implementations can use to
-// interface the canonicalizer with ICU's conversion routines.
-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
- // be managed by the creator such that it is alive as long as this is.
- GURL_API ICUCharsetConverter(UConverter* converter);
-
- GURL_API virtual ~ICUCharsetConverter();
-
- GURL_API virtual void ConvertFromUTF16(const char16* input,
- int input_len,
- CanonOutput* output);
-
- private:
- // The ICU converter, not owned by this class.
- UConverter* converter_;
-};
-
-} // namespace url_canon
+#include "url/url_canon_icu.h"
#endif // GOOGLEURL_SRC_URL_CANON_ICU_H__
« no previous file with comments | « src/url_canon.h ('k') | src/url_canon_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698