Index: content/browser/ssl/ssl_policy.h |
diff --git a/content/browser/ssl/ssl_policy.h b/content/browser/ssl/ssl_policy.h |
index 686d5c23d9ef675606897b9c257872a56bd6f471..b3b0fa1f836d7752fba5cd1173e03de29937475d 100644 |
--- a/content/browser/ssl/ssl_policy.h |
+++ b/content/browser/ssl/ssl_policy.h |
@@ -40,7 +40,7 @@ class SSLPolicy { |
void OnRequestStarted(SSLRequestInfo* info); |
// Update the SSL information in |entry| to match the current state. |
- // |tab_contents| is the TabContents associated with this entry. |
+ // |web_contents| is the WebContentsImpl associated with this entry. |
void UpdateEntry(content::NavigationEntryImpl* entry, |
WebContentsImpl* web_contents); |