| Index: trunk/src/chrome/browser/download/download_request_infobar_delegate.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/download/download_request_infobar_delegate.h (revision 238401)
|
| +++ trunk/src/chrome/browser/download/download_request_infobar_delegate.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| static scoped_ptr<DownloadRequestInfoBarDelegate> Create(
|
| base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) {
|
| return scoped_ptr<DownloadRequestInfoBarDelegate>(
|
| - new DownloadRequestInfoBarDelegate(host));
|
| + new DownloadRequestInfoBarDelegate(NULL, host));
|
| }
|
| #endif
|
|
|
| @@ -43,7 +43,8 @@
|
| private:
|
| static FakeCreateCallback* callback_;
|
|
|
| - explicit DownloadRequestInfoBarDelegate(
|
| + DownloadRequestInfoBarDelegate(
|
| + InfoBarService* infobar_service,
|
| base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
|
|
|
| // ConfirmInfoBarDelegate:
|
|
|