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

Unified Diff: chrome/browser/extensions/api/mdns/dns_sd_registry.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/extensions/api/mdns/dns_sd_registry.h
diff --git a/chrome/browser/extensions/api/mdns/dns_sd_registry.h b/chrome/browser/extensions/api/mdns/dns_sd_registry.h
index e3d59d846117d2229b5bd14ac7295500515789f4..e6dc922744517a126748c8e95518c4e93a8b793e 100644
--- a/chrome/browser/extensions/api/mdns/dns_sd_registry.h
+++ b/chrome/browser/extensions/api/mdns/dns_sd_registry.h
@@ -91,10 +91,10 @@ class DnsSdRegistry : public DnsSdDelegate {
// DnsSdDelegate implementation:
virtual void ServiceChanged(const std::string& service_type,
bool added,
- const DnsSdService& service) OVERRIDE;
+ const DnsSdService& service) override;
virtual void ServiceRemoved(const std::string& service_type,
- const std::string& service_name) OVERRIDE;
- virtual void ServicesFlushed(const std::string& service_type) OVERRIDE;
+ const std::string& service_name) override;
+ virtual void ServicesFlushed(const std::string& service_type) override;
DnsSdServiceTypeDataMap service_data_map_;

Powered by Google App Engine
This is Rietveld 408576698