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

Unified Diff: chrome/browser/net/dns_probe_service.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « chrome/browser/net/dns_probe_browsertest.cc ('k') | chrome/browser/net/evicted_domain_cookie_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_service.h
diff --git a/chrome/browser/net/dns_probe_service.h b/chrome/browser/net/dns_probe_service.h
index d1df98e014264ee662f86c7720f7cf091ac479b9..d2d9a29a991f7f0938bf176b7f1f208c9a2a5f39 100644
--- a/chrome/browser/net/dns_probe_service.h
+++ b/chrome/browser/net/dns_probe_service.h
@@ -38,7 +38,7 @@ class DnsProbeService : public net::NetworkChangeNotifier::DNSObserver {
virtual void ProbeDns(const ProbeCallback& callback);
// NetworkChangeNotifier::DNSObserver implementation:
- virtual void OnDNSChanged() OVERRIDE;
+ virtual void OnDNSChanged() override;
void SetSystemClientForTesting(scoped_ptr<net::DnsClient> system_client);
void SetPublicClientForTesting(scoped_ptr<net::DnsClient> public_client);
« no previous file with comments | « chrome/browser/net/dns_probe_browsertest.cc ('k') | chrome/browser/net/evicted_domain_cookie_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698