| Index: net/dns/dns_config_service_posix.cc
|
| diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc
|
| index baf917284c7f3010db9cde820eaa920aa0b0cedd..5db5b87a2e9bf96737f0354f5eb36e2272d15daa 100644
|
| --- a/net/dns/dns_config_service_posix.cc
|
| +++ b/net/dns/dns_config_service_posix.cc
|
| @@ -266,7 +266,7 @@ class DnsConfigServicePosix::ConfigReader : public SerialWorker {
|
| case CONFIG_PARSE_POSIX_MISSING_OPTIONS:
|
| case CONFIG_PARSE_POSIX_UNHANDLED_OPTIONS:
|
| DCHECK(dns_config_.unhandled_options);
|
| - // Fall through.
|
| + FALLTHROUGH_INTENDED;
|
| case CONFIG_PARSE_POSIX_OK:
|
| success_ = true;
|
| break;
|
|
|