Index: content/public/common/menu_item.h |
diff --git a/content/public/common/menu_item.h b/content/public/common/menu_item.h |
index c6c20bc99e75523aec0105dcff3ca01cb622fb52..982832c733420311a53ca36adc1bfe45e3c84cef 100644 |
--- a/content/public/common/menu_item.h |
+++ b/content/public/common/menu_item.h |
@@ -17,10 +17,10 @@ namespace content { |
// custom entries of the context menu. |
struct CONTENT_EXPORT MenuItem { |
enum Type { |
- OPTION = WebKit::WebMenuItemInfo::Option, |
- CHECKABLE_OPTION = WebKit::WebMenuItemInfo::CheckableOption, |
- GROUP = WebKit::WebMenuItemInfo::Group, |
- SEPARATOR = WebKit::WebMenuItemInfo::Separator, |
+ OPTION = blink::WebMenuItemInfo::Option, |
+ CHECKABLE_OPTION = blink::WebMenuItemInfo::CheckableOption, |
+ GROUP = blink::WebMenuItemInfo::Group, |
+ SEPARATOR = blink::WebMenuItemInfo::Separator, |
SUBMENU // This is currently only used by Pepper, not by WebKit. |
}; |