summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_tab_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history_tab_helper.cc')
-rw-r--r--chrome/browser/history/history_tab_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc
index 180db54..2da50d0 100644
--- a/chrome/browser/history/history_tab_helper.cc
+++ b/chrome/browser/history/history_tab_helper.cc
@@ -99,7 +99,7 @@ void HistoryTabHelper::DidNavigateAnyFrame(
// Most of the time, the displayURL matches the loaded URL, but for about:
// URLs, we use a data: URL as the real value. We actually want to save the
// about: URL to the history db and keep the data: URL hidden. This is what
- // the TabContents' URL getter does.
+ // the WebContents' URL getter does.
scoped_refptr<history::HistoryAddPageArgs> add_page_args(
CreateHistoryAddPageArgs(web_contents()->GetURL(), details, params));
if (!web_contents()->GetDelegate() ||