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

Unified Diff: content/common/browser_plugin/browser_plugin_messages.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
Index: content/common/browser_plugin/browser_plugin_messages.h
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 7aaf07fa889ccb5041d5c6291681900aad3bb603..c3d9fecbf1d6a3d1458c55594fc8705831f70328 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -35,7 +35,7 @@
#define IPC_MESSAGE_START BrowserPluginMsgStart
-IPC_ENUM_TRAITS(WebKit::WebDragStatus)
+IPC_ENUM_TRAITS(blink::WebDragStatus)
IPC_STRUCT_BEGIN(BrowserPluginHostMsg_AutoSize_Params)
IPC_STRUCT_MEMBER(bool, enable)
@@ -232,9 +232,9 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetVisibility,
// Tells the guest that a drag event happened on the plugin.
IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_DragStatusUpdate,
int /* instance_id */,
- WebKit::WebDragStatus /* drag_status */,
+ blink::WebDragStatus /* drag_status */,
content::DropData /* drop_data */,
- WebKit::WebDragOperationsMask /* operation_mask */,
+ blink::WebDragOperationsMask /* operation_mask */,
gfx::Point /* plugin_location */)
// Response to BrowserPluginMsg_PluginAtPositionRequest, returns the browser
« no previous file with comments | « content/common/accessibility_node_data.cc ('k') | content/common/child_process_sandbox_support_impl_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698