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

Unified Diff: content/common/resource_messages.h

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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
« no previous file with comments | « content/common/content_param_traits_macros.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index f9f3432c32ceb36b3678d28ded1ec63756cdb6ff..345d2fd60876883ded97d1aafbd5f56c5548b962 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -160,7 +160,7 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// What this resource load is for (main frame, sub-frame, sub-resource,
// object).
- IPC_STRUCT_MEMBER(content::ResourceType::Type, resource_type)
+ IPC_STRUCT_MEMBER(content::ResourceType, resource_type)
// The priority of this request.
IPC_STRUCT_MEMBER(net::RequestPriority, priority)
« no previous file with comments | « content/common/content_param_traits_macros.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698