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 4a685e3879cefe464224e9be18c29b3f364663ec..f27438ca045b27ffad3da884dda9061bc901df0b 100644 |
--- a/chrome/browser/download/download_request_limiter.h |
+++ b/chrome/browser/download/download_request_limiter.h |
@@ -131,9 +131,9 @@ class DownloadRequestLimiter |
private: |
// NotificationObserver method. |
- void Observe(NotificationType type, |
- const NotificationSource& source, |
- const NotificationDetails& details); |
+ virtual void Observe(NotificationType type, |
+ const NotificationSource& source, |
+ const NotificationDetails& details); |
// Notifies the callbacks as to whether the download is allowed or not. |
// Updates status_ appropriately. |