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

Unified Diff: content/common/accessibility_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
« no previous file with comments | « content/child/websocket_bridge.cc ('k') | content/common/accessibility_node_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/accessibility_messages.h
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
index 70d5211ec37bc5852a2cf2cb1a0a25ac350fa2f2..6504802dafbf70770c7aea9a93d8656b959a8ac4 100644
--- a/content/common/accessibility_messages.h
+++ b/content/common/accessibility_messages.h
@@ -21,8 +21,8 @@
#define IPC_MESSAGE_START AccessibilityMsgStart
-IPC_ENUM_TRAITS(WebKit::WebAXEvent)
-IPC_ENUM_TRAITS(WebKit::WebAXRole)
+IPC_ENUM_TRAITS(blink::WebAXEvent)
+IPC_ENUM_TRAITS(blink::WebAXRole)
IPC_ENUM_TRAITS(content::AccessibilityNodeData::BoolAttribute)
IPC_ENUM_TRAITS(content::AccessibilityNodeData::FloatAttribute)
@@ -50,7 +50,7 @@ IPC_STRUCT_BEGIN(AccessibilityHostMsg_EventParams)
IPC_STRUCT_MEMBER(std::vector<content::AccessibilityNodeData>, nodes)
// Type of event.
- IPC_STRUCT_MEMBER(WebKit::WebAXEvent, event_type)
+ IPC_STRUCT_MEMBER(blink::WebAXEvent, event_type)
// ID of the node that the event applies to.
IPC_STRUCT_MEMBER(int, id)
« no previous file with comments | « content/child/websocket_bridge.cc ('k') | content/common/accessibility_node_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698