Index: chrome/browser/chromeos/login/webui_login_view.cc |
diff --git a/chrome/browser/chromeos/login/webui_login_view.cc b/chrome/browser/chromeos/login/webui_login_view.cc |
index b5ab28f026623a191ffabcdf6e6185c66af6fcae..664b9a85f21f08ce453518fd12078d35500907c5 100644 |
--- a/chrome/browser/chromeos/login/webui_login_view.cc |
+++ b/chrome/browser/chromeos/login/webui_login_view.cc |
@@ -141,8 +141,9 @@ void WebUILoginView::Init(views::Widget* login_window) { |
webui_login_ = new views::WebView(ProfileManager::GetDefaultProfile()); |
AddChildView(webui_login_); |
- // We create the WebContents ourselves because the TCW assumes ownership of |
- // it. This should be reworked once we don't need to use the TCW here. |
+ // We create the WebContents ourselves because the TabContents assumes |
+ // ownership of it. This should be reworked once we don't need to use the |
+ // TabContents here. |
WebContents* web_contents = |
WebContents::Create(ProfileManager::GetDefaultProfile(), |
NULL, |