Chromium Code Reviews| Index: net/dns/record_parsed.cc | 
| diff --git a/net/dns/record_parsed.cc b/net/dns/record_parsed.cc | 
| index 68948f6abe574f1bc37a0ec230d282afe7e874a0..750bc13ef1d8d37aa49de5a49cf010c62b2c91e3 100644 | 
| --- a/net/dns/record_parsed.cc | 
| +++ b/net/dns/record_parsed.cc | 
| @@ -88,4 +88,5 @@ bool RecordParsed::IsEqual(const RecordParsed* other, bool is_mdns) const { | 
| type_ == other->type_ && | 
| rdata_->IsEqual(other->rdata_.get()); | 
| } | 
| -} | 
| + | 
| +} // namespace net |