Index: content/common/dom_storage/dom_storage_messages.h |
diff --git a/content/common/dom_storage/dom_storage_messages.h b/content/common/dom_storage/dom_storage_messages.h |
index 43598d09672f48a99836ab9f5842c332c1c3db17..cb07fa707d324c0a98a684e4e361951bbdcedd18 100644 |
--- a/content/common/dom_storage/dom_storage_messages.h |
+++ b/content/common/dom_storage/dom_storage_messages.h |
@@ -38,7 +38,7 @@ IPC_STRUCT_BEGIN(DOMStorageMsg_Event_Params) |
IPC_STRUCT_MEMBER(int64, namespace_id) |
IPC_STRUCT_END() |
-IPC_ENUM_TRAITS(WebKit::WebStorageArea::Result) |
+IPC_ENUM_TRAITS(blink::WebStorageArea::Result) |
// DOM Storage messages sent from the browser to the renderer. |