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

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

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/context_menu_params.h ('k') | content/public/common/drop_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index 5ec5a1f7a4ec4887f5130e4615f19ec1055a58d7..4a5f4858c31811b693dba13858a0eb8eaddcf0b1 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -15,7 +15,7 @@ CustomContextMenuContext::CustomContextMenuContext()
}
ContextMenuParams::ContextMenuParams()
- : media_type(WebKit::WebContextMenuData::MediaTypeNone),
+ : media_type(blink::WebContextMenuData::MediaTypeNone),
x(0),
y(0),
has_image_contents(true),
@@ -27,14 +27,14 @@ ContextMenuParams::ContextMenuParams()
is_editable(false),
#if defined(OS_MACOSX)
writing_direction_default(
- WebKit::WebContextMenuData::CheckableMenuItemDisabled),
+ blink::WebContextMenuData::CheckableMenuItemDisabled),
writing_direction_left_to_right(
- WebKit::WebContextMenuData::CheckableMenuItemEnabled),
+ blink::WebContextMenuData::CheckableMenuItemEnabled),
writing_direction_right_to_left(
- WebKit::WebContextMenuData::CheckableMenuItemEnabled),
+ blink::WebContextMenuData::CheckableMenuItemEnabled),
#endif // OS_MACOSX
edit_flags(0),
- referrer_policy(WebKit::WebReferrerPolicyDefault) {
+ referrer_policy(blink::WebReferrerPolicyDefault) {
}
ContextMenuParams::~ContextMenuParams() {
« no previous file with comments | « content/public/common/context_menu_params.h ('k') | content/public/common/drop_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698