diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 00:39:44 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 00:39:44 +0000 |
commit | 33f84f98ce8e4da9093d11e851237db0d9b29c69 (patch) | |
tree | b857e76034e6c4169a18b6facaf65a2f6fe37282 /chrome/browser/download/download_request_infobar_delegate.h | |
parent | 8d4cc15e95bdce1ec41b68c2b1cc5685642c39e0 (diff) | |
download | chromium_src-33f84f98ce8e4da9093d11e851237db0d9b29c69.zip chromium_src-33f84f98ce8e4da9093d11e851237db0d9b29c69.tar.gz chromium_src-33f84f98ce8e4da9093d11e851237db0d9b29c69.tar.bz2 |
Rename InfoBarTabService -> InfoBarService.
This addresses a TODO where I noticed that the InfoBArService API has
no notion of a tab and in some implementations might not be tied to a
tab.
TBR=trivialusageupdates@chromium.org
BUG=140037
Review URL: https://chromiumcodereview.appspot.com/10879037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_request_infobar_delegate.h')
-rw-r--r-- | chrome/browser/download/download_request_infobar_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h index 071fbcb..1beaea2 100644 --- a/chrome/browser/download/download_request_infobar_delegate.h +++ b/chrome/browser/download/download_request_infobar_delegate.h @@ -9,7 +9,7 @@ #include "chrome/browser/api/infobars/confirm_infobar_delegate.h" #include "chrome/browser/download/download_request_limiter.h" -class InfoBarTabService; +class InfoBarService; // An infobar delegate that presents the user with a choice to allow or deny // multiple downloads from the same site. This confirmation step protects @@ -18,7 +18,7 @@ class InfoBarTabService; class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { public: DownloadRequestInfoBarDelegate( - InfoBarTabService* infobar_service, + InfoBarService* infobar_service, DownloadRequestLimiter::TabDownloadState* host); void set_host(DownloadRequestLimiter::TabDownloadState* host) { |