Index: content/public/common/view_type.h |
diff --git a/content/public/common/view_type.h b/content/public/common/view_type.h |
index 9c0f0dcceafb81a005d0f5c8a9667387cdf7438b..cad496f701ca150e44e16e6d9a019e0801a5a00c 100644 |
--- a/content/public/common/view_type.h |
+++ b/content/public/common/view_type.h |
@@ -11,7 +11,7 @@ namespace content { |
// Indicates different types of views. |
enum ViewTypeValues { |
VIEW_TYPE_INVALID, |
- VIEW_TYPE_TAB_CONTENTS, |
+ VIEW_TYPE_WEB_CONTENTS, |
VIEW_TYPE_INTERSTITIAL_PAGE, |
VIEW_TYPE_DEV_TOOLS_UI, |