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