| Index: chrome/browser/prerender/prerender_pending_swap_throttle.h
|
| diff --git a/chrome/browser/prerender/prerender_pending_swap_throttle.h b/chrome/browser/prerender/prerender_pending_swap_throttle.h
|
| index ebc3e1a38fb25db879d6afbd6226ad12ffac8093..6097ccd93aac2c4a9ab6ceef3165fc078c128d6d 100644
|
| --- a/chrome/browser/prerender/prerender_pending_swap_throttle.h
|
| +++ b/chrome/browser/prerender/prerender_pending_swap_throttle.h
|
| @@ -31,9 +31,9 @@ class PrerenderPendingSwapThrottle
|
| PrerenderTracker* tracker);
|
|
|
| // content::ResourceThrottle implementation:
|
| - virtual void WillStartRequest(bool* defer) OVERRIDE;
|
| + virtual void WillStartRequest(bool* defer) override;
|
|
|
| - virtual const char* GetNameForLogging() const OVERRIDE;
|
| + virtual const char* GetNameForLogging() const override;
|
|
|
| // Called by the PrerenderTracker when the swap failed.
|
| // May only be called if currently throttling the resource.
|
|
|