Index: components/url_formatter/elide_url_unittest.cc |
diff --git a/components/url_formatter/elide_url_unittest.cc b/components/url_formatter/elide_url_unittest.cc |
index ede2bf6eea7eaaf05d20b05bc147bc520b06590a..7221398525ee712b9b095142d60612bb3f8c5fea 100644 |
--- a/components/url_formatter/elide_url_unittest.cc |
+++ b/components/url_formatter/elide_url_unittest.cc |
@@ -321,10 +321,10 @@ TEST(TextEliderTest, FormatUrlForSecurityDisplay) { |
{"Trailing dot in DNS name", "https://www.example.com./get/goat", |
L"https://www.example.com.", L"www.example.com."}, |
{"Blob URL", |
- "blob:http%3A//www.html5rocks.com/4d4ff040-6d61-4446-86d3-13ca07ec9ab9", |
- L"blob:http%3A//www.html5rocks.com/" |
+ "blob:http://www.html5rocks.com/4d4ff040-6d61-4446-86d3-13ca07ec9ab9", |
+ L"blob:http://www.html5rocks.com/" |
L"4d4ff040-6d61-4446-86d3-13ca07ec9ab9", |
- L"blob:http%3A//www.html5rocks.com/" |
+ L"blob:http://www.html5rocks.com/" |
L"4d4ff040-6d61-4446-86d3-13ca07ec9ab9"}}; |
const char languages[] = "zh-TW,en-US,en,am,ar-EG,ar"; |