Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index da3aee370e0d90a92368fe3f53a0d711f6d7f2d9..17bde5bdd4ae45c356acc605f9ff09f0ca355b65 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1136,7 +1136,7 @@ IPC_MESSAGE_ROUTED5(ViewHostMsg_DidLoadResourceFromMemoryCache, |
std::string /* security info */, |
std::string /* http method */, |
std::string /* mime type */, |
- content::ResourceType::Type /* resource type */) |
+ content::ResourceType /* resource type */) |
// Sent when the renderer displays insecure content in a secure page. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisplayInsecureContent) |