Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index 180db5435b5af7af9dba572c657a16c341cd1c44..2da50d04e16f2c5297abafedd7744fbd4b0a130b 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() || |