| 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 | 
|  |