diff options
Diffstat (limited to 'content/common/drag_traits.h')
-rw-r--r-- | content/common/drag_traits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/drag_traits.h b/content/common/drag_traits.h index 87d52ff..e462680 100644 --- a/content/common/drag_traits.h +++ b/content/common/drag_traits.h @@ -11,7 +11,7 @@ #define IPC_MESSAGE_START DragMsgStart -IPC_ENUM_TRAITS(WebKit::WebDragOperation) +IPC_ENUM_TRAITS(blink::WebDragOperation) IPC_STRUCT_TRAITS_BEGIN(content::DropData::FileInfo) IPC_STRUCT_TRAITS_MEMBER(path) |