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

Unified Diff: url/url_canon_icu_alternatives_ios.cc

Issue 1858483002: Cronet for iOS with C API for GRPC support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@small
Patch Set: Make it syncable Created 4 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
Index: url/url_canon_icu_alternatives_ios.cc
diff --git a/url/url_canon_icu_alternatives_ios.mm b/url/url_canon_icu_alternatives_ios.cc
similarity index 97%
copy from url/url_canon_icu_alternatives_ios.mm
copy to url/url_canon_icu_alternatives_ios.cc
index 66b844e8a81d5b497f38259e2607fe018d37b1a0..fbe2c1a55051a9324e0b3bb143a4b25353e56fb3 100644
--- a/url/url_canon_icu_alternatives_ios.mm
+++ b/url/url_canon_icu_alternatives_ios.cc
@@ -23,4 +23,4 @@ bool IDNToASCII(const base::char16* src, int src_len, CanonOutputW* output) {
return false;
}
-} // namespace url
+} // namespace url

Powered by Google App Engine
This is Rietveld 408576698