| 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 4ecf3706476e251e639e96085d179979d8d36a6c..83552edecfab1b9991f18fb714a1e39e4a21e830 100644
|
| --- a/chrome/browser/download/download_request_limiter.h
|
| +++ b/chrome/browser/download/download_request_limiter.h
|
| @@ -112,8 +112,7 @@ class DownloadRequestLimiter
|
| // Invoked when a user gesture occurs (mouse click, enter or space). This
|
| // may result in invoking Remove on DownloadRequestLimiter.
|
| virtual void DidGetUserGesture() OVERRIDE;
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // Asks the user if they really want to allow the download.
|
| // See description above CanDownloadOnIOThread for details on lifetime of
|
|
|