| Index: net/base/registry_controlled_domains/registry_controlled_domain.cc
|
| diff --git a/net/base/registry_controlled_domains/registry_controlled_domain.cc b/net/base/registry_controlled_domains/registry_controlled_domain.cc
|
| index 56d5ed9d6a176864f6f4beb9af06d9d9cfafd485..f05c16b36aec4dbc097560f6cd8b93182cb7c6b4 100644
|
| --- a/net/base/registry_controlled_domains/registry_controlled_domain.cc
|
| +++ b/net/base/registry_controlled_domains/registry_controlled_domain.cc
|
| @@ -53,7 +53,11 @@
|
| #include "url/gurl.h"
|
| #include "url/url_parse.h"
|
|
|
| +// gperf intentionally uses fallthroughs.
|
| +#pragma clang diagnostic push
|
| +#pragma clang diagnostic ignored "-Wimplicit-fallthrough"
|
| #include "effective_tld_names.cc"
|
| +#pragma clang diagnostic pop
|
|
|
| namespace net {
|
| namespace registry_controlled_domains {
|
|
|