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

Unified Diff: net/base/registry_controlled_domains/effective_tld_names_unittest2.cc

Issue 15140003: Add support for split Public Suffix List distinctions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again Created 7 years, 7 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: net/base/registry_controlled_domains/effective_tld_names_unittest2.cc
diff --git a/net/base/registry_controlled_domains/effective_tld_names_unittest2.cc b/net/base/registry_controlled_domains/effective_tld_names_unittest2.cc
index 05296a7ba697428974a58eacddb7deb0872d9b89..b251aeee0b08cc052b0bd41ead4dc4ee5420ccd9 100644
--- a/net/base/registry_controlled_domains/effective_tld_names_unittest2.cc
+++ b/net/base/registry_controlled_domains/effective_tld_names_unittest2.cc
@@ -116,10 +116,10 @@ Perfect_Hash_Test2::FindDomain (register const char *str, register unsigned int
{
static const struct DomainRule wordlist[] =
{
-#line 15 "effective_tld_names_unittest2.gperf"
- {"jp", 0},
#line 16 "effective_tld_names_unittest2.gperf"
- {"bar.jp", 0}
+ {"jp", 0, false},
+#line 17 "effective_tld_names_unittest2.gperf"
+ {"bar.jp", 0, false}
};
static const signed char lookup[] =
@@ -146,5 +146,5 @@ Perfect_Hash_Test2::FindDomain (register const char *str, register unsigned int
}
return 0;
}
-#line 17 "effective_tld_names_unittest2.gperf"
+#line 18 "effective_tld_names_unittest2.gperf"

Powered by Google App Engine
This is Rietveld 408576698