| Index: chrome/browser/download/download_request_limiter.h
|
| diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h
|
| index d7c6a7fab2e80e83a65d742acfcbd9f6bbec611b..0224e8987380cadff676fe3436125d1c5eefd5a5 100644
|
| --- a/chrome/browser/download/download_request_limiter.h
|
| +++ b/chrome/browser/download/download_request_limiter.h
|
| @@ -133,7 +133,7 @@ class DownloadRequestLimiter
|
| // content::NotificationObserver method.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Notifies the callbacks as to whether the download is allowed or not.
|
| // Updates status_ appropriately.
|
|
|