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

Unified Diff: chrome/browser/net/spdyproxy/proxy_advisor.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
Index: chrome/browser/net/spdyproxy/proxy_advisor.h
diff --git a/chrome/browser/net/spdyproxy/proxy_advisor.h b/chrome/browser/net/spdyproxy/proxy_advisor.h
index 694e7d68a4c38d975b2634c5c7d4520f3832032b..a18c8bf23b95691d20296e6aca8b354e569c484b 100644
--- a/chrome/browser/net/spdyproxy/proxy_advisor.h
+++ b/chrome/browser/net/spdyproxy/proxy_advisor.h
@@ -41,9 +41,9 @@ class ProxyAdvisor : public net::URLRequest::Delegate {
virtual ~ProxyAdvisor();
// net::URLRequest::Delegate callbacks.
- virtual void OnResponseStarted(net::URLRequest* request) OVERRIDE;
+ virtual void OnResponseStarted(net::URLRequest* request) override;
virtual void OnReadCompleted(net::URLRequest* request,
- int bytes_read) OVERRIDE;
+ int bytes_read) override;
// Tell the advisor that |url| is being preconnected or pre-resolved and why.
// If |url| would be proxied (according to WouldProxyURL()), the ProxyAdvisor

Powered by Google App Engine
This is Rietveld 408576698