Index: content/public/common/common_param_traits_macros.h |
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h |
index 26a3437292ae5c9ffb2cb758aedb9e96bf94c632..ba0bfc4a7ede1a6854be4cc4b62e49d94aaab939 100644 |
--- a/content/public/common/common_param_traits_macros.h |
+++ b/content/public/common/common_param_traits_macros.h |
@@ -29,17 +29,17 @@ |
IPC_ENUM_TRAITS(content::ConsoleMessageLevel) |
IPC_ENUM_TRAITS(content::PageTransition) |
IPC_ENUM_TRAITS(content::SecurityStyle) |
-IPC_ENUM_TRAITS(WebKit::WebReferrerPolicy) |
+IPC_ENUM_TRAITS(blink::WebReferrerPolicy) |
IPC_ENUM_TRAITS(WindowOpenDisposition) |
IPC_ENUM_TRAITS(webkit_glue::EditingBehavior) |
IPC_ENUM_TRAITS(net::RequestPriority) |
-IPC_STRUCT_TRAITS_BEGIN(WebKit::WebPoint) |
+IPC_STRUCT_TRAITS_BEGIN(blink::WebPoint) |
IPC_STRUCT_TRAITS_MEMBER(x) |
IPC_STRUCT_TRAITS_MEMBER(y) |
IPC_STRUCT_TRAITS_END() |
-IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect) |
+IPC_STRUCT_TRAITS_BEGIN(blink::WebRect) |
IPC_STRUCT_TRAITS_MEMBER(x) |
IPC_STRUCT_TRAITS_MEMBER(y) |
IPC_STRUCT_TRAITS_MEMBER(width) |
@@ -195,7 +195,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences) |
#endif |
IPC_STRUCT_TRAITS_END() |
-IPC_STRUCT_TRAITS_BEGIN(WebKit::WebWindowFeatures) |
+IPC_STRUCT_TRAITS_BEGIN(blink::WebWindowFeatures) |
IPC_STRUCT_TRAITS_MEMBER(x) |
IPC_STRUCT_TRAITS_MEMBER(xSet) |
IPC_STRUCT_TRAITS_MEMBER(y) |