Index: content/public/common/context_menu_params.h |
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h |
index 053d5ad77cea0c644007d15577a096dd0e653ab7..a64dd9509e24bcc255a0331639c243e85ed5ebec 100644 |
--- a/content/public/common/context_menu_params.h |
+++ b/content/public/common/context_menu_params.h |
@@ -48,7 +48,7 @@ struct CONTENT_EXPORT ContextMenuParams { |
~ContextMenuParams(); |
// This is the type of Context Node that the context menu was invoked on. |
- WebKit::WebContextMenuData::MediaType media_type; |
+ blink::WebContextMenuData::MediaType media_type; |
// These values represent the coordinates of the mouse when the context menu |
// was invoked. Coords are relative to the associated RenderView's origin. |
@@ -143,7 +143,7 @@ struct CONTENT_EXPORT ContextMenuParams { |
std::string frame_charset; |
// The referrer policy of the frame on which the menu is invoked. |
- WebKit::WebReferrerPolicy referrer_policy; |
+ blink::WebReferrerPolicy referrer_policy; |
CustomContextMenuContext custom_context; |
std::vector<MenuItem> custom_items; |