TabContents -> WebContentsImpl, part 23.

TabContents -> WebContents in chrome/, part 6.

BUG=105875
TEST=no change

Review URL: https://chromiumcodereview.appspot.com/10116002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132819 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/sad_tab_helper.cc b/chrome/browser/ui/sad_tab_helper.cc
index 66c9c3d..491862b 100644
--- a/chrome/browser/ui/sad_tab_helper.cc
+++ b/chrome/browser/ui/sad_tab_helper.cc
@@ -35,7 +35,7 @@
 }
 
 void SadTabHelper::RenderViewGone(base::TerminationStatus status) {
-  // Only show the sad tab if we're not in browser shutdown, so that TabContents
+  // Only show the sad tab if we're not in browser shutdown, so that WebContents
   // objects that are not in a browser (e.g., HTML dialogs) and thus are
   // visible do not flash a sad tab page.
   if (browser_shutdown::GetShutdownType() != browser_shutdown::NOT_VALID)