| Index: chrome/browser/android/intercept_download_resource_throttle.h
|
| diff --git a/chrome/browser/android/intercept_download_resource_throttle.h b/chrome/browser/android/intercept_download_resource_throttle.h
|
| index 34ba490be511f82b5ffa80a30aa0805eff5f6831..f476a87428f7c710e090b9581b91ba80bb1b407b 100644
|
| --- a/chrome/browser/android/intercept_download_resource_throttle.h
|
| +++ b/chrome/browser/android/intercept_download_resource_throttle.h
|
| @@ -25,8 +25,8 @@ class InterceptDownloadResourceThrottle : public content::ResourceThrottle {
|
| int request_id);
|
|
|
| // content::ResourceThrottle implementation:
|
| - virtual void WillProcessResponse(bool* defer) OVERRIDE;
|
| - virtual const char* GetNameForLogging() const OVERRIDE;
|
| + virtual void WillProcessResponse(bool* defer) override;
|
| + virtual const char* GetNameForLogging() const override;
|
|
|
| private:
|
| virtual ~InterceptDownloadResourceThrottle();
|
|
|