| Index: chrome/browser/net/chrome_url_request_context_getter.h
|
| diff --git a/chrome/browser/net/chrome_url_request_context_getter.h b/chrome/browser/net/chrome_url_request_context_getter.h
|
| index 36f85a0f8b77025d608e47ee29708888f46f30df..7b56c346ebc790f5b5f9764069b2cebd5229fd91 100644
|
| --- a/chrome/browser/net/chrome_url_request_context_getter.h
|
| +++ b/chrome/browser/net/chrome_url_request_context_getter.h
|
| @@ -37,9 +37,9 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter {
|
| // GetIOMessageLoopProxy however can be called from any thread.
|
| //
|
| // net::URLRequestContextGetter implementation.
|
| - virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
| + virtual net::URLRequestContext* GetURLRequestContext() override;
|
| virtual scoped_refptr<base::SingleThreadTaskRunner>
|
| - GetNetworkTaskRunner() const OVERRIDE;
|
| + GetNetworkTaskRunner() const override;
|
|
|
| // Create an instance for use with an 'original' (non-OTR) profile. This is
|
| // expected to get called on the UI thread.
|
|
|