summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_request_limiter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_request_limiter.cc')
-rw-r--r--chrome/browser/download/download_request_limiter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
index 631d89d..91bb6cb 100644
--- a/chrome/browser/download/download_request_limiter.cc
+++ b/chrome/browser/download/download_request_limiter.cc
@@ -153,7 +153,7 @@ void DownloadRequestLimiter::TabDownloadState::Observe(
case content::NOTIFICATION_WEB_CONTENTS_DESTROYED:
// Tab closed, no need to handle closing the dialog as it's owned by the
- // TabContents, break so that we get deleted after switch.
+ // WebContents, break so that we get deleted after switch.
break;
default: