summaryrefslogtreecommitdiffstats
path: root/url/url_canon_icu.h
diff options
context:
space:
mode:
Diffstat (limited to 'url/url_canon_icu.h')
-rw-r--r--url/url_canon_icu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/url/url_canon_icu.h b/url/url_canon_icu.h
index 1159768..c963289 100644
--- a/url/url_canon_icu.h
+++ b/url/url_canon_icu.h
@@ -13,7 +13,7 @@
typedef struct UConverter UConverter;
-namespace url_canon {
+namespace url {
// An implementation of CharsetConverter that implementations can use to
// interface the canonicalizer with ICU's conversion routines.
@@ -35,6 +35,6 @@ class URL_EXPORT ICUCharsetConverter : public CharsetConverter {
UConverter* converter_;
};
-} // namespace url_canon
+} // namespace url
#endif // URL_URL_CANON_ICU_H_