Chromium Code Reviews| Index: net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf |
| diff --git a/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf b/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf |
| index 5942f96fe824b64226f29ad026cd4cdada269cab..071d963b5f0a2b7d12aa43995fad1bb5a0cb6b2e 100644 |
| --- a/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf |
| +++ b/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf |
| @@ -10,8 +10,9 @@ |
| struct DomainRule { |
| const char *name; |
| int type; // 1: exception, 2: wildcard |
| + bool is_private; |
| }; |
| %% |
| -jp, 0 |
| -bar.jp, 0 |
| +jp, 0, false |
| +bar.jp, 0, false |
| %% |