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

Unified Diff: content/common/view_messages.h

Issue 370833002: Move resource_type.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix Created 6 years, 5 months 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
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)

Powered by Google App Engine
This is Rietveld 408576698