Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Unified Diff: content/public/common/context_menu_params.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/context_menu_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/context_menu_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698