| Index: chrome/browser/download/download_request_infobar_delegate.cc
 | 
| diff --git a/chrome/browser/download/download_request_infobar_delegate.cc b/chrome/browser/download/download_request_infobar_delegate.cc
 | 
| index fee0bfded63ba9a3c483f671b68d69494c3f2642..18184e4d2505c553fd41164eea2da2bf8e311cae 100644
 | 
| --- a/chrome/browser/download/download_request_infobar_delegate.cc
 | 
| +++ b/chrome/browser/download/download_request_infobar_delegate.cc
 | 
| @@ -4,14 +4,14 @@
 | 
|  
 | 
|  #include "chrome/browser/download/download_request_infobar_delegate.h"
 | 
|  
 | 
| -#include "chrome/browser/api/infobars/infobar_tab_service.h"
 | 
| +#include "chrome/browser/api/infobars/infobar_service.h"
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "grit/theme_resources.h"
 | 
|  #include "ui/base/l10n/l10n_util.h"
 | 
|  #include "ui/base/resource/resource_bundle.h"
 | 
|  
 | 
|  DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate(
 | 
| -    InfoBarTabService* infobar_service,
 | 
| +    InfoBarService* infobar_service,
 | 
|      DownloadRequestLimiter::TabDownloadState* host)
 | 
|      : ConfirmInfoBarDelegate(infobar_service),
 | 
|        host_(host) {
 | 
| 
 |