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

Unified Diff: content/common/resource_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/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index dc83e5a9321d324f164d06f38e4104a332d6af21..9d4e1bac5d31013457ac3a1d9b4a33b52fbbabbf 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -158,7 +158,7 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// What this resource load is for (main frame, sub-frame, sub-resource,
// object).
- IPC_STRUCT_MEMBER(ResourceType::Type, resource_type)
+ IPC_STRUCT_MEMBER(content::ResourceType::Type, resource_type)
// The priority of this request.
IPC_STRUCT_MEMBER(net::RequestPriority, priority)

Powered by Google App Engine
This is Rietveld 408576698