TabContents -> WebContentsImpl, part 15.
Switch VIEW_TYPE_TAB_CONTENTS to VIEW_TYPE_WEB_CONTENTS.
Also removed all references in comments to TAB_CONTENTS_WEB. TAB_CONTENTS_WEB was a value of the enum TabContentsType, which was removed in r13730.
BUG=105875
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/10091006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132567 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index ce2c461..a45eba6 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -685,7 +685,7 @@
// (full-page plugins for now only) permissions.
int content_restrictions_;
- // Our view type. Default is VIEW_TYPE_TAB_CONTENTS.
+ // Our view type. Default is VIEW_TYPE_WEB_CONTENTS.
content::ViewType view_type_;
// Is there an opener associated with this?